| | |
| | | <div class="basic-info-view"> |
| | | <div class="purchase-view"> |
| | | <div class="left"> |
| | | <el-form-item label="业务类型" prop="name"> |
| | | <el-form-item label="单据类型" prop="name"> |
| | | <el-input |
| | | v-model="editConfig.infomation.name" |
| | | placeholder="请填写" |
| | |
| | | page: 0, |
| | | pageSize: 0 |
| | | }).then((res) => { |
| | | if (res.data.code == 200) { |
| | | this.warehouseList = res.data.data ? res.data.data : [] |
| | | if (res.code == 200) { |
| | | this.warehouseList = res.data ? res.data : [] |
| | | } |
| | | }) |
| | | }, |
| | |
| | | this.showButton = false |
| | | this.showEdit = false |
| | | this.showFooter = true |
| | | } else if (this.editConfig.title === "编辑") { |
| | | this.showEdit = false |
| | | this.showFooter = true |
| | | } else { |
| | | this.showEdit = true |
| | | this.showFooter = false |