dev:拆拼盘修改

This commit is contained in:
2023-05-31 19:36:19 +08:00
parent 31e9e2c3c0
commit 8fc96a773d
5 changed files with 53 additions and 2 deletions

View File

@@ -289,6 +289,7 @@ export default {
this.tableData1 = []
this.form.detail_count = this.form.tableData.length
this.form.tableData = []
shutframe.getBcpIvtInfo({ 'material_id': row.material_id, 'stor_id': this.form.stor_id }).then(res => {
this.tableData1 = res
this.right_flag = false

View File

@@ -18,8 +18,8 @@ export function del(ids) {
export function edit(data) {
return request({
url: 'api/shutframe',
method: 'put',
url: 'api/shutframe/update',
method: 'post',
data
})
}