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

yanshishuju
wangwei 7 months ago
parent 7c37a6d49b
commit 17cc768cc0

@ -1853,6 +1853,7 @@ export default {
this.findInvListByUser();
this.initBusType();
this.findFromInvList();
// this.getWorkBindBusTypes(null);
} else {
//
this.corpOrderIdDisabled = false;
@ -1983,8 +1984,16 @@ export default {
this.workplaceId = this.$route.query.workplaceId
this.orderFormData.workPlaceCode = Number(this.$route.query.workplaceId);
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>

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

Loading…
Cancel
Save