界面修改

20240912_adapter_z
yewj 10 months ago
parent c96e1b7d9d
commit 5e8e80b3d3

@ -196,26 +196,26 @@
<!-- :refreshPanel="refreshCodesPanelP"-->
<!-- ></PanelOrderManuTagCode>-->
<!-- </el-tab-pane>-->
<el-tab-pane label="拆零详情" name="prescribeCodePanel1">
<prescribeCodePanel
v-if="panelALive"
:prescribeData="curRow"
:fifoSplit="1"
></prescribeCodePanel>
</el-tab-pane>
<el-tab-pane label="整取详情" name="prescribeCodePanel2">
<prescribeCodePanel
v-if="panelALive"
:prescribeData="curRow"
:fifoSplit="2"
></prescribeCodePanel>
</el-tab-pane>
<el-tab-pane label="整单详情" name="PanelOrderAllDetail">
<PanelOrderAllDetail
v-if="panelALive"
:prescribeData="curRow"
></PanelOrderAllDetail>
</el-tab-pane>
<!-- <el-tab-pane label="拆零详情" name="prescribeCodePanel1">-->
<!-- <prescribeCodePanel-->
<!-- v-if="panelALive"-->
<!-- :prescribeData="curRow"-->
<!-- :fifoSplit="1"-->
<!-- ></prescribeCodePanel>-->
<!-- </el-tab-pane>-->
<!-- <el-tab-pane label="整取详情" name="prescribeCodePanel2">-->
<!-- <prescribeCodePanel-->
<!-- v-if="panelALive"-->
<!-- :prescribeData="curRow"-->
<!-- :fifoSplit="2"-->
<!-- ></prescribeCodePanel>-->
<!-- </el-tab-pane>-->
<!-- <el-tab-pane label="整单详情" name="PanelOrderAllDetail">-->
<!-- <PanelOrderAllDetail-->
<!-- v-if="panelALive"-->
<!-- :prescribeData="curRow"-->
<!-- ></PanelOrderAllDetail>-->
<!-- </el-tab-pane>-->
</el-tabs>
@ -324,7 +324,7 @@ export default {
},
data() {
return {
tabsName:[
tabsName: [
'prescribeOriginPanel',
'prescribeCodePanel1',
'prescribeCodePanel2',
@ -729,6 +729,8 @@ export default {
this.finishOrder();
}).catch(() => {
});
} else {
this.$message.error(res.message)
}
}).catch(() => {
this.loading = false
@ -835,11 +837,11 @@ export default {
this.refreshCodesPanel(this);
this.$refs.inputRef.focus();
},
selectTabsname(value){
if (this.$isBlank(this.filterQuery.code) && this.busTypeList.length > 0){
selectTabsname(value) {
if (this.$isBlank(this.filterQuery.code) && this.busTypeList.length > 0) {
let busType = this.busTypeList.find(item => item.documentTypeCode === value);
let autoTag = busType.autoTag;
if (autoTag == 1){
if (autoTag == 1) {
this.editableTabsValue = this.tabsName[1]
}
}

@ -20,26 +20,26 @@
></prescribeOriginPanel>
</el-tab-pane>
<el-tab-pane label="拆零详情" name="prescribeCodePanel1">
<prescribeCodePanel
v-if="panelALive"
:prescribeData="curRow"
:fifoSplit="1"
></prescribeCodePanel>
</el-tab-pane>
<el-tab-pane label="整取详情" name="prescribeCodePanel2">
<prescribeCodePanel
v-if="panelALive"
:prescribeData="curRow"
:fifoSplit="2"
></prescribeCodePanel>
</el-tab-pane>
<el-tab-pane label="整单详情" name="PanelOrderAllDetail">
<PanelOrderAllDetail
v-if="panelALive"
:prescribeData="curRow"
></PanelOrderAllDetail>
</el-tab-pane>
<!-- <el-tab-pane label="拆零详情" name="prescribeCodePanel1">-->
<!-- <prescribeCodePanel-->
<!-- v-if="panelALive"-->
<!-- :prescribeData="curRow"-->
<!-- :fifoSplit="1"-->
<!-- ></prescribeCodePanel>-->
<!-- </el-tab-pane>-->
<!-- <el-tab-pane label="整取详情" name="prescribeCodePanel2">-->
<!-- <prescribeCodePanel-->
<!-- v-if="panelALive"-->
<!-- :prescribeData="curRow"-->
<!-- :fifoSplit="2"-->
<!-- ></prescribeCodePanel>-->
<!-- </el-tab-pane>-->
<!-- <el-tab-pane label="整单详情" name="PanelOrderAllDetail">-->
<!-- <PanelOrderAllDetail-->
<!-- v-if="panelALive"-->
<!-- :prescribeData="curRow"-->
<!-- ></PanelOrderAllDetail>-->
<!-- </el-tab-pane>-->
</el-tabs>
</el-form>

Loading…
Cancel
Save