diff --git a/src/mycomponents/qty/countQtyEdit.vue b/src/mycomponents/qty/countQtyEdit.vue index b1112053..1a48f223 100644 --- a/src/mycomponents/qty/countQtyEdit.vue +++ b/src/mycomponents/qty/countQtyEdit.vue @@ -68,10 +68,10 @@ - + + style="align-items: center;"> 描述 : - @@ -65,7 +64,7 @@ - @@ -324,10 +323,6 @@ getScanResult(result) { let that = this; let packInfo = result.package; - let detail = this.createDetailInfo(packInfo); - this.detailSource.unshift(detail); - this.scanPopupGetFocus(); - return; if (this.itemRangeValue != '') { let index = this.itemRangeValue.indexOf(packInfo.itemCode) if (index < 0) { @@ -395,7 +390,7 @@ createTime: new Date().getTime(), countTime: new Date().getTime(), countUser: this.$store.state.user.id, - countDescription: 'a', + countDescription: '', countQty: packInfo.qty } return detail;