diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 96095ef6..d36bb7ed 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -189,3 +189,8 @@ aside { .multiselect--active { z-index: 1000 !important; } + + +.el-table--mini .el-table__cell { + padding:0px!important; +} diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 63b64639..c717c3a1 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -793,27 +793,29 @@ export default { event.preventDefault(); event.stopPropagation(); }; - var that = this; - var inputer = document.getElementById("inputer"); - window.sc = new A.KeyScaner(inputer);//传入要监听的DOM节点 - sc.onInput = function (text) { - if (text.includes("delete")) { - that.codeFormData.code = ""; - that.sictomText = ""; - that.originCode = ""; - return; - } - if (that.sitcomScan) { - let tempTxt = text; - let str = tempTxt.replace(/[\r]/g, ""); - that.sictomText = that.sictomText + str; - that.codeFormData.code = that.sictomText; - } else { - - that.codeFormData.code = text; - } - }; - inputer.focus(); + if (this.viewType !== 1) { + var that = this; + var inputer = document.getElementById("inputer"); + window.sc = new A.KeyScaner(inputer);//传入要监听的DOM节点 + sc.onInput = function (text) { + if (text.includes("delete")) { + that.codeFormData.code = ""; + that.sictomText = ""; + that.originCode = ""; + return; + } + if (that.sitcomScan) { + let tempTxt = text; + let str = tempTxt.replace(/[\r]/g, ""); + that.sictomText = that.sictomText + str; + that.codeFormData.code = that.sictomText; + } else { + + that.codeFormData.code = text; + } + }; + inputer.focus(); + } }, created() { diff --git a/src/views/inout/IoAuditedOrder.vue b/src/views/inout/IoAuditedOrder.vue index ff59b945..966d16ed 100644 --- a/src/views/inout/IoAuditedOrder.vue +++ b/src/views/inout/IoAuditedOrder.vue @@ -87,7 +87,7 @@ - @@ -122,7 +122,7 @@ - + - +