Browse Source

默认选择物料 2024/8/2

hella_vue3
王志国 1 month 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
})
this.itemCodeList = res.data
this.showItemCodeSelect = true
// this.showItemCodeSelect = true
if (this.itemCodeList.length == 1) {
this.itemCode = this.itemCodeList[0].itemCode

Loading…
Cancel
Save