소스 검색

售后管理bug

cz 1 년 전
부모
커밋
2122412656

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 494 - 194
src/components/process/ServiceContract.vue


+ 4 - 0
src/views/purchaseSales/outAndInWarehouse/waitingForDelivery/index.vue

@@ -91,6 +91,10 @@ const businessType = ref([
     label: "生产任务出库",
     value: 7,
   },
+  {
+    label: "销售换货",
+    value: 10,
+  },
 ]);
 const sourceList = ref({
   data: [],

+ 8 - 0
src/views/purchaseSales/outAndInWarehouse/waitingForStorage/index.vue

@@ -88,6 +88,14 @@ const businessType = ref([
     label: "销售订单出库",
     value: 6,
   },
+  {
+    label: "销售退货",
+    value: 8,
+  },
+  {
+    label: "销售换货",
+    value: 9,
+  },
 ]);
 const sourceList = ref({
   data: [],

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.