8/27 界面优化

20240912_adapter_z
wangwei 7 months ago
parent 6417ae5910
commit d2e3311b08

@ -228,6 +228,7 @@ export default {
// //
let item = this.componentTables[(val)] let item = this.componentTables[(val)]
const foundTab = this.findTabByName(item.name) const foundTab = this.findTabByName(item.name)
if (foundTab) { if (foundTab) {
// //

@ -1,5 +1,5 @@
<template> <template>
<!--<div>--> <div>
<!-- <div style="display: flex; justify-content: space-between; align-items: center;" v-if="isLinkDisabled">--> <!-- <div style="display: flex; justify-content: space-between; align-items: center;" v-if="isLinkDisabled">-->
<!-- <div style="margin-left: auto;">--> <!-- <div style="margin-left: auto;">-->
<!-- <span--> <!-- <span-->

@ -590,8 +590,8 @@ export default {
this.orderFormData.deptCode = tempData.deptCode this.orderFormData.deptCode = tempData.deptCode
this.orderFormData.invCode = tempData.invCode this.orderFormData.invCode = tempData.invCode
this.scanCode = ""; this.scanCode = "";
this.corpOrderIdDisabled = false; this.result = ""
// this.corpOrderIdDisabled = false;
this.refreshCodesPanel() this.refreshCodesPanel()
}, },
// //
@ -1479,6 +1479,7 @@ export default {
} }
}); });
} }
this.focusInput()
}, },
//稿 //稿
chooseDraftOrder() { chooseDraftOrder() {

@ -348,7 +348,7 @@ export default {
this.loading = true; this.loading = true;
this.filterQuery.workPlaceCode = this.workPlaceCode this.filterQuery.workPlaceCode = this.workPlaceCode
this.filterQuery.busType = this.busType this.filterQuery.busType = this.busType
this.filterQuery.fromCorp = this.fromCorp // this.filterQuery.fromCorp = this.fromCorp
orderPage(this.filterQuery).then(res => { orderPage(this.filterQuery).then(res => {
this.loading = false this.loading = false

Loading…
Cancel
Save