更新-仓库-工序

This commit is contained in:
2022-03-09 15:19:23 +08:00
parent 02ac7ee486
commit 6b6eb66145
4 changed files with 52 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2022-03-03 09:16:10
* @LastEditors: zwq
* @LastEditTime: 2022-03-09 14:30:59
* @LastEditTime: 2022-03-09 15:17:46
* @Description: file content
* @FilePath: \mt-ck-wms-ui\src\views\dashboard\index.vue
-->
@@ -355,11 +355,8 @@ export default {
}
}
},
setStorageList(id, type) {
const obj = {
id,
type
}
setStorageList(id, dataForm) {
const obj = Object.assign({ id }, dataForm)
this.selectStorageList.push(obj)
},
handleChange(v) {