Browse Source

默认选择物料

hella_online_20240829
niexiting 2 months ago
parent
commit
5cbf9f019e
  1. 3
      src/pages/fg/coms/comReceiptPopup.vue

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

@ -399,7 +399,7 @@
item.value = item
})
this.itemCodeList = res.data
this.showItemCodeSelect = true
// this.showItemCodeSelect = true
if (this.itemCodeList.length == 1) {
this.itemCode = this.itemCodeList[0].itemCode;
@ -449,6 +449,7 @@
})
},
clearPackUnit() {
this.packUnitName = "请选择包装规格"
this.packUnit = ""

Loading…
Cancel
Save