11/9 页面优化1.0

20240912_adapter
wangwei 5 months ago
parent 34dfe8bbf9
commit 83a1daf289

@ -528,7 +528,7 @@ import { delCollect, getBindCollectList } from '@/api/basic/collectPoint/cargowW
import addCollectWorkplace from './addCollectWorkplace'
import addPlaidDialog from './addPlaidDialog'
import freightManage from "./freightManage"
import { deleteQueue, getQueueList, printQueueLabel } from '@/api/basic/workPlace/SysWorkplaceQueue'
import { printQueueLabel } from '@/api/basic/workPlace/SysWorkplaceQueue'
import { getWorkplaceFreightList } from '@/api/basic/workPlace/SysWorkplaceFreight'
export default {

@ -112,7 +112,7 @@
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="el-icon-search" @click="onSubmit"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="addWorkplace"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="addWorkplace"></el-button>
</el-button-group>
</div>
<el-divider style="margin: 15px"></el-divider>
@ -749,8 +749,8 @@ export default {
chooseBusTypeDialogVisible: false,
fromName: 'add',
fromMap: {
'add': '新增工位',
'edit': '编辑工位'
'add': '新增采集工位',
'edit': '编辑采集工位'
},
busName: '',
busTypeMap: {

@ -9,7 +9,7 @@
>
<el-card>
<el-row style="margin-bottom: 8px">
<span style="font-size: 18px;font-weight: bold;color: red" v-if="redMesg"></span>
<span style="font-size: 18px;font-weight: bold;color: red" v-if="redMesg && this.splitType == 'out'"></span>
<span style="font-size: 18px;font-weight: bold">{{curQueueName }}</span>
<el-button-group
style="display: flex; margin-top: 5px; float: right"

Loading…
Cancel
Save