单据提交修改

dev_unify
yewj 7 months ago
parent d5ad7b5260
commit f9f7efc08f

@ -332,6 +332,7 @@ export default {
this.orderTotal = 0;
});
},
},
};
</script>

@ -16,15 +16,15 @@
v-if="curAction.checkWebNew != 2 || viewType !=1"
>立即提交
</el-button>
<el-button size="mini" type="primary" @click.native="submit(1)"
v-if="curAction.checkWebNew > 1 && viewType == 1"
>待配货提交
</el-button>
<el-button size="mini" type="primary" @click.native="submit(1)"
v-if="curAction.checkWebNew == 3"
>未配货提交
</el-button>
<!-- <el-button size="mini" type="primary" @click.native="submit(1)"-->
<!-- v-if="curAction.checkWebNew > 1 && viewType == 1"-->
<!-- >待配货提交-->
<!-- </el-button>-->
<!-- <el-button size="mini" type="primary" @click.native="submit(1)"-->
<!-- v-if="curAction.checkWebNew == 3"-->
<!-- >未配货提交-->
<!-- </el-button>-->
</el-button-group>
<el-row>

@ -184,7 +184,7 @@ export default {
if (response.code === 20000) {
this.$refs.inputRef.focus();
this.$refs.inputRef.select();
this.udiCode = response.data;
this.udiCode = response.data.code;
this.originCode = "";
this.addCode(event);
} else {

@ -20,15 +20,15 @@
v-if="curAction.checkWebNew != 2 || viewType !=1"
>立即提交
</el-button>
<el-button size="mini" type="primary" @click.native="submit(1)"
v-if="curAction.checkWebNew > 1 && viewType == 1"
>待配货提交
</el-button>
<el-button size="mini" type="primary" @click.native="submit(1)"
v-if="curAction.checkWebNew == 3"
>未配货提交
</el-button>
<!-- <el-button size="mini" type="primary" @click.native="submit(1)"-->
<!-- v-if="curAction.checkWebNew > 1 && viewType == 1"-->
<!-- >待配货提交-->
<!-- </el-button>-->
<!-- <el-button size="mini" type="primary" @click.native="submit(1)"-->
<!-- v-if="curAction.checkWebNew == 3"-->
<!-- >未配货提交-->
<!-- </el-button>-->
</el-button-group>
<el-row>

Loading…
Cancel
Save