Преглед на файлове

服务申请,服务申请管理调整

qymljy преди 1 година
родител
ревизия
1e2fcc5f93
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      src/HDrpManagement/serveBill/modules/product/add.vue
  2. 1 0
      src/HDrpManagement/serveBillMag/modules/product/add.vue

+ 1 - 0
src/HDrpManagement/serveBill/modules/product/add.vue

@@ -134,6 +134,7 @@ export default {
           itemid: item.itemid,
           reason: "",
           qty: 1,
+          traceabilitytype:item.traceabilitytype
         };
       });
       let res = await this.$api.requested({

+ 1 - 0
src/HDrpManagement/serveBillMag/modules/product/add.vue

@@ -144,6 +144,7 @@ export default {
           itemid: item.itemid,
           reason: "",
           qty: 1,
+          traceabilitytype:item.traceabilitytype
         };
       });
       let res = await this.$api.requested({