9/17 界面优化1.0

yanshishuju
wangwei 7 months ago
parent e985790e86
commit 10fad9c0c6

@ -699,7 +699,7 @@ export default {
this.getList();
},
onSubmit(_this) {
debugger
// debugger
if (_this == null)
_this = this
_this.filterQuery.page = 1;

@ -518,7 +518,8 @@ export default {
curRow: null,
panelALive: false,
busQuery: {
workplaceCode: '',
busKey: '',
workplaceCode: null,
page: 1,
limit: 100
},
@ -674,7 +675,9 @@ export default {
_this.errQuery.startTime = null;
_this.errQuery.endTime = null;
}
// _this.errQuery = _this.filterQuery
_this.errQuery.tagStatus = 4;
_this.errQuery.tagStatusList = [4]
orderPage(_this.errQuery).then(res => {
_this.loading = false
_this.errList = res.data.list || []
@ -887,7 +890,7 @@ export default {
})
.catch(() => {
});
}
},
},
created() {
getHead("prescribeDownloadOrigin", "1").then((re) => {
@ -911,6 +914,7 @@ export default {
// this.filterQuery.tagStatus = String(this.tagStatus)
// this.filterQuery.tagStatusList = this.tagStatusList
this.findWorkPlace(this, '')
this.getWorkBindBusTypes(this, '')
}
}

@ -131,10 +131,10 @@
</el-col>
<el-col :span="6" v-if="!isLinkDisabled">
<el-form-item prop="busType" class="query-form-item" label="业务类型:">
<el-form-item prop="busType" class="query-form-item" label="业务名称:">
<el-select
v-model="orderFormData.busType"
placeholder="业务类型"
placeholder="业务名称"
style="width: 90%"
:disabled="corpOrderIdDisabled"
filterable

@ -13,7 +13,7 @@
>
<el-input
v-model="filterQuery[item.columnName]"
:placeholder="item.columnDesc"
:placeholder="item.columnDesc == '模糊查询' ? '单据号/来源系统/收货方/发货方' : item.columnDesc"
:disabled="executeEval(null,item.disabledFuc,false)"
@keyup.enter.native="executeFuc($event,'5',item.clickFuc)"
clearable

Loading…
Cancel
Save