8/21 界面优化

20240912_adapter_z
wangwei 8 months ago
parent 24d0b25bf3
commit 6be9e6002b

@ -243,6 +243,7 @@
<el-button
type="primary"
icon="el-icon-refresh"
@click="onBusTypeReset"
>重置
</el-button>
<el-button type="primary" @click="loadBusList"
@ -989,6 +990,15 @@ export default {
this.userQuery.workplaceCode = this.rowData.workplaceId
this.getUserBindWork(this.userQuery)
},
onBusTypeReset(){
this.busQuery= {
busKey: '',
workplaceCode: null,
page: 1,
limit: 10
},
this.getWorkBindBusTypes()
},
loadBusList() {
this.getWorkBindBusTypes()
},

@ -94,11 +94,11 @@
</el-button
>
<el-button type="primary" icon="el-icon-download" @click="downloadPrescription"
>下载单
>初始化演示数
</el-button
>
<el-button type="primary" icon="el-icon-delete" @click="clearAllOrder"
>清除
>清除演示数
</el-button
>
</el-button-group>

@ -30,7 +30,7 @@
</el-row>
<el-alert
style="margin-top: 15px;font-size: 20px"
style="margin-top: 15px;margin-bottom: 10px;font-size: 20px;"
:title="msgTip"
:closable="false"
type="warning">

@ -17,6 +17,17 @@
></el-input>
</el-form-item>
</el-col>
<!--<el-col :span="20">-->
<!-- <el-form-item prop="code" label="查询:">-->
<!-- <el-input-->
<!-- placeholder="请输入注册备案号/生产企业/供应商"-->
<!-- clearable-->
<!-- style="ime-mode: disabled"-->
<!-- type="tel"-->
<!-- v-model="filterQuery.key"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!--</el-col>-->
<template v-for="(item, index) in queryList">
<el-form-item v-if="item.columnType == 'input' && executeEval(row,item.expression,true)"
@ -468,6 +479,7 @@ export default {
billNo: null,
page: 1,
limit: 10,
// key: null
},
defaultSort: {prop: 'createTime', order: 'desc'},

Loading…
Cancel
Save