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 addCollectWorkplace from './addCollectWorkplace'
import addPlaidDialog from './addPlaidDialog' import addPlaidDialog from './addPlaidDialog'
import freightManage from "./freightManage" 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' import { getWorkplaceFreightList } from '@/api/basic/workPlace/SysWorkplaceFreight'
export default { export default {

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

@ -9,7 +9,7 @@
> >
<el-card> <el-card>
<el-row style="margin-bottom: 8px"> <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> <span style="font-size: 18px;font-weight: bold">{{curQueueName }}</span>
<el-button-group <el-button-group
style="display: flex; margin-top: 5px; float: right" style="display: flex; margin-top: 5px; float: right"

Loading…
Cancel
Save