9/17 界面优化1.0

yanshishuju
wangwei 7 months ago
parent e985790e86
commit 10fad9c0c6

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

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

@ -131,10 +131,10 @@
</el-col> </el-col>
<el-col :span="6" v-if="!isLinkDisabled"> <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 <el-select
v-model="orderFormData.busType" v-model="orderFormData.busType"
placeholder="业务类型" placeholder="业务名称"
style="width: 90%" style="width: 90%"
:disabled="corpOrderIdDisabled" :disabled="corpOrderIdDisabled"
filterable filterable

@ -13,7 +13,7 @@
> >
<el-input <el-input
v-model="filterQuery[item.columnName]" v-model="filterQuery[item.columnName]"
:placeholder="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

Loading…
Cancel
Save