8/19 界面优化

20240912_adapter_z
wangwei 8 months ago
parent 68d95678a3
commit b33fb24f32

@ -341,7 +341,7 @@ export default {
methods: {
linkPage(_this,row) {
let url = window.location.origin + `#/tagCodeBlank` + `?billNo=` + row.billNo
let url = window.location.origin + `#/tagCodeBlank?workplaceId=` + row.workPlaceCode
window.open(url, '_blank');
},
//------------

@ -209,21 +209,21 @@
</el-card>
<el-tabs type="border-card" style="margin: 15px">
<el-tab-pane label="扫码明细">
<el-tab-pane label="扫码详情">
<PanelOrderManuTagCode
v-if="panelALive"
:fifoSplit="3"
:prescribeData="curRow"
></PanelOrderManuTagCode>
</el-tab-pane>
<el-tab-pane label="拆零明细">
<el-tab-pane label="拆零详情">
<prescribeCodePanel
v-if="panelALive"
:prescribeData="curRow"
:fifoSplit="1"
></prescribeCodePanel>
</el-tab-pane>
<el-tab-pane label="整取明细">
<el-tab-pane label="整取详情">
<prescribeCodePanel
v-if="panelALive"
:prescribeData="curRow"

@ -65,7 +65,7 @@
<el-button-group style=" float: right;">
<el-button type="primary" @click="handleClick(index)" style="margin-left: 10px ;"
icon="el-icon-thumb"
>处理单据
>开始作业
</el-button>
</el-button-group>
</el-form-item>

Loading…
Cancel
Save