소스 검색

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

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