修改bug

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

@ -59,7 +59,7 @@
@change="actionChange">
<el-option
v-for="item in busTypeOptions"
:key="item.name"
:key="item.action"
:label="item.name"
:value="item.action">
<span style="float: left">{{ item.name }}</span>
@ -405,6 +405,7 @@ export default {
},
initBusType() {
debugger
let query = {
code: this.orderFormData.invCode,
};
@ -877,7 +878,6 @@ export default {
inputer.focus();
},
created() {
//
this.codeFormData.code = '';
@ -898,7 +898,7 @@ export default {
this.orderFormData = this.orderQuery;
this.actionEnable = true;
this.refreshCodesPanel();
//
// //
this.findInvListByUser();
this.initBusType();
this.findMethod(this.orderFormData.fromCorp);
@ -931,31 +931,7 @@ export default {
<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>

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

Loading…
Cancel
Save