linwenxin 1 tahun lalu
induk
melakukan
0050b6b684
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/salesPurchasing/mixins/out_storage_goods.js

+ 1 - 1
src/views/salesPurchasing/mixins/out_storage_goods.js

@@ -224,7 +224,7 @@ export default {
                 render: (h, { row, column, index }) => {
                   return (
                     <div style="padding:0 6px" class="operation-btns">
-                      {this.importButton(goodsPurchaseRetItemImportCode, '导入条码', { purchaseRetItemId: row.id }, () => { }, () => {
+                      {this.importButton(goodsPurchaseRetItemImportCode, '导入条码', { id: this.formData.id, purchaseRetItemId: row.id }, () => { }, () => {
                         if (this.formData.id) {
                           // 更新表单信息
                           goodsPurchaseRetDetail({ id: this.formData.id }).then(res => {