修改bug

pro
郑明梁 2 years ago
parent e2ab90dfa4
commit 8b2b4dbf15

@ -59,7 +59,7 @@
@change="actionChange"> @change="actionChange">
<el-option <el-option
v-for="item in busTypeOptions" v-for="item in busTypeOptions"
:key="item.name" :key="item.action"
:label="item.name" :label="item.name"
:value="item.action"> :value="item.action">
<span style="float: left">{{ item.name }}</span> <span style="float: left">{{ item.name }}</span>
@ -405,6 +405,7 @@ export default {
}, },
initBusType() { initBusType() {
debugger
let query = { let query = {
code: this.orderFormData.invCode, code: this.orderFormData.invCode,
}; };
@ -877,7 +878,6 @@ export default {
inputer.focus(); inputer.focus();
}, },
created() { created() {
// //
this.codeFormData.code = ''; this.codeFormData.code = '';
@ -898,7 +898,7 @@ export default {
this.orderFormData = this.orderQuery; this.orderFormData = this.orderQuery;
this.actionEnable = true; this.actionEnable = true;
this.refreshCodesPanel(); this.refreshCodesPanel();
// // //
this.findInvListByUser(); this.findInvListByUser();
this.initBusType(); this.initBusType();
this.findMethod(this.orderFormData.fromCorp); this.findMethod(this.orderFormData.fromCorp);
@ -931,31 +931,7 @@ export default {
<style> <style>
#inputer {
width: 100%;
min-height: 30px;
background-color: white;
border: #d0d0d0;
border-style: solid;
border-width: 0.1px;
color: #4a4a4a;
}
#inputer:focus {
width: 100%;
min-height: 30px;
background-color: white;
border: #0080FF;
border-style: solid;
border-width: 0.1px;
color: #4a4a4a;
}
.ime-disabled {
ime-mode: disabled;
}
</style> </style>

@ -401,7 +401,6 @@ export default {
}, },
closeDialog() { closeDialog() {
this.addOrderVisible = false; this.addOrderVisible = false;
this.addHosOrderVisible = false;
this.getList(); this.getList();
}, },

Loading…
Cancel
Save