Forráskód Böngészése

Merge branch '经销商_lin' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin 1 éve
szülő
commit
115cac6df5
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 => {