rev:软废碳平衡修正维护,袋标签打印,分配货位重复,球磨工艺酒精计算,入库删除

This commit is contained in:
2023-07-10 17:18:48 +08:00
parent 01980f65df
commit 71edee2319
6 changed files with 160 additions and 10 deletions

View File

@@ -354,8 +354,7 @@ export default {
del: false,
download: false,
reset: true
},
query: { tech_type: '02' }
}
})
},
data() {
@@ -392,6 +391,7 @@ export default {
this.form.tableData.splice(index, 1, row) // 通过splice 替换数据 触发视图更新
},
confirm(row) {
row.tech_type = this.query.tech_type
this.confirm_flg = true
crudWastecchange.confirm(row).then(res => {
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)