|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
style="margin-bottom: -15px"
|
|
|
|
|
>
|
|
|
|
|
<el-button-group
|
|
|
|
|
style="display: flex; margin: 0px 0 10px 80%; height: 35px"
|
|
|
|
|
style="display: flex; margin: 0px 0 15px 75%; height: 35px"
|
|
|
|
|
>
|
|
|
|
|
<el-button
|
|
|
|
|
size="mini"
|
|
|
|
@ -22,11 +22,12 @@
|
|
|
|
|
>草稿保存
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="submit()"
|
|
|
|
|
v-if="curAction.checkWebNew != 2 || viewType !=1"
|
|
|
|
|
>立即提交
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="submit(1)"
|
|
|
|
|
v-if="curAction.checkWebNew == 3"
|
|
|
|
|
>未配货提交
|
|
|
|
|
v-if="curAction.checkWebNew > 1 && viewType == 1"
|
|
|
|
|
>待配货提交
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
<el-row>
|
|
|
|
@ -636,7 +637,6 @@ export default {
|
|
|
|
|
this.orderFormData.checkPreInOrders = null;
|
|
|
|
|
this.checkPreInArray = [];
|
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
|
debugger
|
|
|
|
|
if ((this.curAction.checkEnable && this.curAction.checkWebNew != 0) || this.viewType == 1) {
|
|
|
|
|
//单据类型需要一次校验 或 单据类型为1,显示业务单据页面
|
|
|
|
|
this.bizShow = true;
|
|
|
|
@ -911,7 +911,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
submit(val) {
|
|
|
|
|
debugger
|
|
|
|
|
let tQuery = Object.assign(
|
|
|
|
|
JSON.parse(JSON.stringify(this.orderFormData))
|
|
|
|
|
);
|
|
|
|
|