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 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;
@ -448,6 +448,7 @@
uni.hideLoading() uni.hideLoading()
}) })
}, },
clearPackUnit() { clearPackUnit() {
this.packUnitName = "请选择包装规格" this.packUnitName = "请选择包装规格"

Loading…
Cancel
Save