9/18 现场管理工位上下货...搜索优化

yanshishuju
wangwei 7 months ago
parent 7c37a6d49b
commit 17cc768cc0

@ -1853,6 +1853,7 @@ export default {
this.findInvListByUser(); this.findInvListByUser();
this.initBusType(); this.initBusType();
this.findFromInvList(); this.findFromInvList();
// this.getWorkBindBusTypes(null);
} else { } else {
// //
this.corpOrderIdDisabled = false; this.corpOrderIdDisabled = false;
@ -1983,8 +1984,16 @@ export default {
this.workplaceId = this.$route.query.workplaceId this.workplaceId = this.$route.query.workplaceId
this.orderFormData.workPlaceCode = Number(this.$route.query.workplaceId); this.orderFormData.workPlaceCode = Number(this.$route.query.workplaceId);
this.orderFormData.splitBusType = "YPCF002" this.orderFormData.splitBusType = "YPCF002"
}else {
if (this.orderQuery != null){
this.orderFormData.workPlaceCode = String(this.orderQuery.workPlaceCode);
// if (this.orderQuery.splitBusType != null){
// this.orderFormData.busType = this.orderQuery.splitBusType;
// }
}
} }
}, },
}; };
</script> </script>

@ -11,7 +11,7 @@
:label="item.columnDesc+`:`" :key="item.id"> :label="item.columnDesc+`:`" :key="item.id">
<el-input <el-input
v-model="filterQuery[item.columnName]" v-model="filterQuery[item.columnName]"
:placeholder="item.columnDesc == '模糊查询' ? '产品通用名/规格/所属工位/业务名称' : item.columnDesc" :placeholder="item.columnDesc == '模糊查询' ? '所属工位/业务名称/单据号' : item.columnDesc"
:disabled="executeEval(null,item.disabledFuc,false)" :disabled="executeEval(null,item.disabledFuc,false)"
@keyup.enter.native="executeFuc($event,'5',item.clickFuc)" @keyup.enter.native="executeFuc($event,'5',item.clickFuc)"
clearable clearable
@ -945,13 +945,11 @@ export default {
id: "", id: "",
billNo: null, billNo: null,
mainAction: null, mainAction: null,
action: null,
statusType: null,
page: 1, page: 1,
limit: 10, limit: 10,
startTime: null, startTime: null,
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, keywords:null
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();
@ -1276,7 +1274,7 @@ export default {
}, },
created() { created() {
this.getInvList(this); this.getInvList(this);
this.getBusType(this); this.getWorkBindBusTypes(this,"");
this.findWorkPlace(this, ""); this.findWorkPlace(this, "");
this.splitType = this.$route.query.splitType; this.splitType = this.$route.query.splitType;

Loading…
Cancel
Save