Browse Source

采购退货打印

master_hella_20240701
zhaoyiran 4 months ago
parent
commit
031e935b66
  1. 2
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue

2
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue

@ -139,7 +139,7 @@ const butttondata = (row,$index) => {
const buttonTableClick = async (val, row) => { const buttonTableClick = async (val, row) => {
if (val == 'documentPrint') { if (val == 'documentPrint') {
// //
handleDocumentPrint(row.masterId) handleDocumentPrint(row.id)
} }
} }

Loading…
Cancel
Save