单据提交修改

dev_unify
yewj 7 months ago
parent d5ad7b5260
commit f9f7efc08f

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

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

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

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

Loading…
Cancel
Save