|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
style="display: flex; margin: 0px 0 15px 75%; height: 35px">
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="selectOrder()"
|
|
|
|
|
v-if="curAction.checkWebNew != 2 || viewType !=1"
|
|
|
|
|
>选入阿里单据
|
|
|
|
|
>选入码上放心单据
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
size="mini"
|
|
|
|
@ -242,7 +242,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="选入阿里单据"
|
|
|
|
|
title="选入码上放心单据"
|
|
|
|
|
:visible.sync="selectOrderVisible"
|
|
|
|
|
append-to-body width="80%"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
@ -479,6 +479,10 @@ export default {
|
|
|
|
|
getLocalJoinByUser(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.busTypeOptions = response.data.list || [];
|
|
|
|
|
if (this.busTypeOptions.length == 1 && this.orderFormData.action == null) {
|
|
|
|
|
this.orderFormData.action = this.busTypeOptions[0].action;
|
|
|
|
|
this.actionChange(this.orderFormData.action )
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|