Browse Source

默认选择物料 2024/8/2

pull/1/head
test 5 months ago
parent
commit
5bdeabd63d
  1. 2
      src/pages/fg/coms/comReceiptPopup.vue

2
src/pages/fg/coms/comReceiptPopup.vue

@ -364,7 +364,7 @@ export default {
item.value = item item.value = item
}) })
this.itemCodeList = res.data this.itemCodeList = res.data
this.showItemCodeSelect = true // this.showItemCodeSelect = true
if (this.itemCodeList.length == 1) { if (this.itemCodeList.length == 1) {
this.itemCode = this.itemCodeList[0].itemCode this.itemCode = this.itemCodeList[0].itemCode

Loading…
Cancel
Save