|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|