|
|
@ -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;
|
|
|
|