Browse Source

YT-770预生产收货申请创建标签有问题,申请关联一条明细,创建标签页面两条明细,出现不相干的其他物料

intex_online20241111
zhaoyiran 3 weeks ago
parent
commit
e73ba45171
  1. 3
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

3
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

@ -230,8 +230,7 @@ const isCreateLabel = ref(false)
const formLabelRef = ref()
const labelType = ref('') //
const { tableObject: detatableData, tableMethods: detatableMethods } = useTable({
// getListApi: ProductreceiptRequestDetailApi.getProductreceiptRequestDetailPage
getListApi: ItemPackageApi.getItempackagingPageByProductreceipt
getListApi: ProductreceiptRequestDetailApi.getProductreceiptRequestDetailPage
})
const { getList: getDetailList } = detatableMethods

Loading…
Cancel
Save