fix:优化

20240912_adapter
chenhc 1 month ago
parent 3a9b2fdd3b
commit 9efa4f1517

@ -118,10 +118,10 @@
<span slot="title">上货记录</span> <span slot="title">上货记录</span>
</el-menu-item> </el-menu-item>
<el-menu-item :index=14 @click="clickMenuItem(14)" v-if="workPlaceClass == 1"> <!-- <el-menu-item :index=14 @click="clickMenuItem(14)" v-if="workPlaceClass == 1">-->
<span slot="title">处理预验收</span> <!-- <span slot="title">处理预验收</span>-->
</el-menu-item> <!-- </el-menu-item>-->
</div> </div>

@ -29,15 +29,15 @@
<!-- @click.native="nextCollectOrder()"--> <!-- @click.native="nextCollectOrder()"-->
<!--&gt;下一单--> <!--&gt;下一单-->
<!--</el-button>--> <!--</el-button>-->
<!-- <el-button--> <!-- <el-button-->
<!-- type="primary"--> <!-- type="primary"-->
<!-- :disabled="formData.billNo ||(this.formDataVisible != null && this.formDataVisible.scanType == 1)"--> <!-- :disabled="formData.billNo ||(this.formDataVisible != null && this.formDataVisible.scanType == 1)"-->
<!-- @click.native="selectPrescribe()"--> <!-- @click.native="selectPrescribe()"-->
<!-- >选单--> <!-- >选单-->
<!-- </el-button>--> <!-- </el-button>-->
<el-button <el-button
type="primary" type="primary"
:disabled="!formData.billNo || formData.preInBillNo" :disabled="!formData.billNo || addCodeFlag"
@click.native="selectPreorder()" @click.native="selectPreorder()"
>选预验收入库单 >选预验收入库单
</el-button> </el-button>
@ -429,10 +429,10 @@ import errOrder from "@/views/inout/IoCreateErrorOrder";
import {executeFuc, getHead} from "@/utils/customConfig"; import {executeFuc, getHead} from "@/utils/customConfig";
import {convertDate} from "@/utils/date"; import {convertDate} from "@/utils/date";
import selectPrescribeDialog from "@/views/collect/selectCollectOrderDialog"; import selectPrescribeDialog from "@/views/collect/selectCollectOrderDialog";
import PanelOrderManuTagCode from "./DevicesPanelOrderManuTagCode"; import PanelOrderManuTagCode from "./PanelOrderManuTagCode";
import prescribeOriginPanel from "./DevicesPannelOrderBiz"; import prescribeOriginPanel from "./PannelOrderBiz";
import prescribeCodePanel from "./DevicesPanelOrderTagCode"; import prescribeCodePanel from "./PanelOrderTagCode";
import PannelOrderBiz from "./DevicesPannelOrderBiz"; import PannelOrderBiz from "./PannelOrderBiz";
import {listPage} from "@/api/basic/workPlace/sysWorkplaceManage"; import {listPage} from "@/api/basic/workPlace/sysWorkplaceManage";
import {enterCodeWeb, batchVailCode, enterCodeBillNo, saveOrderWeb, batchUpdateCode} from "@/api/inout/order"; import {enterCodeWeb, batchVailCode, enterCodeBillNo, saveOrderWeb, batchUpdateCode} from "@/api/inout/order";
import { import {
@ -533,6 +533,7 @@ export default {
}, },
curRow: null, curRow: null,
panelALive: false, panelALive: false,
addCodeFlag: false,
autoFinishOrderFlag: true,// autoFinishOrderFlag: true,//
// //
@ -1129,6 +1130,7 @@ export default {
this.formData.insert = false; this.formData.insert = false;
this.formData = res.data; this.formData = res.data;
this.curRow = this.formData; this.curRow = this.formData;
this.addCodeFlag = true
this.$refs.inputRef.focus(); this.$refs.inputRef.focus();
this.refreshCodesPanel(this); this.refreshCodesPanel(this);
} else { } else {
@ -1556,6 +1558,7 @@ export default {
fromCorp: null, fromCorp: null,
}; };
this.checkPreInArray = [] this.checkPreInArray = []
this.addCodeFlag = false
this.selectSysParam() this.selectSysParam()
this.curRow = null this.curRow = null
this.formData.confirmFinish = false; this.formData.confirmFinish = false;

Loading…
Cancel
Save