diff --git a/src/views/basic/BussinessTypeModify.vue b/src/views/basic/BussinessTypeModify.vue index 4c85732..112b8f6 100644 --- a/src/views/basic/BussinessTypeModify.vue +++ b/src/views/basic/BussinessTypeModify.vue @@ -171,36 +171,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -223,7 +223,8 @@
- 启用单据类型 + 启用单据类型 + 允许手动输入客户信息 以使用单元计量出库 @@ -256,7 +257,8 @@ 出库时必须校验预验收库存 - 是否允许无库存出库 + + 是否允许无库存出库 采集UDI码时进行三期校验 @@ -579,7 +581,7 @@ export default { , //获取单据类型 getOrderType() { - + this.orderTypeList = []; let query = { mainAction: this.inputQuery.mainAction, diff --git a/src/views/inout/IOAddOrder.vue b/src/views/inout/IOAddOrder.vue index 6e06b0c..c984f54 100644 --- a/src/views/inout/IOAddOrder.vue +++ b/src/views/inout/IOAddOrder.vue @@ -651,7 +651,7 @@ export default { code: this.formData.code.trim(), } enterCodeWeb(tQuery).then((response) => { - + if (response.code === 20000) { this.$refs.inputRef.focus(); this.$refs.inputRef.select(); @@ -927,7 +927,7 @@ export default { } getLocalJoinByUser(query) .then((response) => { - + this.busTypes = response.data.list || []; if (this.formData.action != null) { this.curAction = this.getActionItem(this.formData.action); @@ -976,7 +976,7 @@ export default { this.formData.fromCorpId = this.curAction.defaultUnit; } else if (this.curAction.corpType == 2)//客户 { - cQuery.corpType = 4; + cQuery.corpType = 1; cQuery.outType = 2; } else if (this.curAction.corpType == 0) { @@ -1217,7 +1217,7 @@ export default { } , created() { - + this.formData.code = ''; this.formData.actDate = new Date(); this.codeArray = [];