浏览代码

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

qymljy 3 月之前
父节点
当前提交
1e2fcc5f93

+ 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({