同步管理系统代码

zhairh
郑明梁 3 years ago
parent f31dbef3d5
commit 7a77e1d438

@ -1064,6 +1064,7 @@ export default {
},
productType: null,
editQuery: null,
pId:0,
productRemarkSet: {},
relevanceEdit: {
id: null,
@ -1075,7 +1076,8 @@ export default {
allowNoBatch: null,
allowNoExpire: null,
allowNoProduct: null,
cpdls: null
cpdls: null,
pId:null,
},
defaultSys: null,
isImport: false,
@ -1451,6 +1453,7 @@ export default {
this.thisData = row;
this.editDialogVisible = true;
this.editQuery = row;
this.pId=row.id;
this.relevanceEdit = {
id: row.id,
isUseDy: row.isUseDy,
@ -1561,6 +1564,7 @@ export default {
this.relevanceEdit.isLock = this.editQuery.isLock;
this.relevanceEdit.isAdavence = this.editQuery.isAdavence;
this.relevanceEdit = this.editQuery;
this.relevanceEdit.pid = this.pId;
if (this.checked == true) {
this.relevanceEdit.isUseDy = 1;
} else {

@ -242,7 +242,7 @@ export default {
this.getList();
},
onSubmit() {
            if(this.filterQuery.invStorageCode==null || this.filterQuery.invStorageCode==""){
                this.$message.error("当前仓库不能为空");
                return
@ -275,7 +275,7 @@ export default {
this.getList();
},
getList() {
this.loading = true;
this.filterQuery.customerId = store.getters.customerId;

@ -62,8 +62,8 @@
<el-col :span="7">
<el-form-item prop="locStorageCode">
<el-select v-model="formData.invWarehouseCode" placeholder="采购库信息" style="width: 100%"
<el-select v-model="formData.invWarehouseCode" placeholder="采购库信息" style="width: 100%"
:disabled="true" clearable>
<el-option
v-for="item in subInvList"

Loading…
Cancel
Save