|
|
|
@ -253,9 +253,11 @@ export default {
|
|
|
|
|
recentDate: this.formData.recentDate,
|
|
|
|
|
deptCode: this.formData.deptCode,
|
|
|
|
|
invCode: this.formData.invCode,
|
|
|
|
|
invSpaceCode: this.formData.invSpaceCode,
|
|
|
|
|
invSpaceCode: this.productQuery.invSpaceCode,
|
|
|
|
|
relIdList: relIdList
|
|
|
|
|
};
|
|
|
|
|
debugger
|
|
|
|
|
console.log(params)
|
|
|
|
|
batchAddInvRemindSet(params).then((res) => {
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|
this.$message.success("添加成功");
|
|
|
|
@ -317,6 +319,7 @@ export default {
|
|
|
|
|
this.getInvProductList()
|
|
|
|
|
},
|
|
|
|
|
queryProductList() {
|
|
|
|
|
this.productQuery.page = 1
|
|
|
|
|
this.getInvProductList();
|
|
|
|
|
},
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|