소스 검색

Merge branch 'master' of http://36.137.93.232:3000/hf/byte-sailing-new

lxf 2 년 전
부모
커밋
1216f519b4
2개의 변경된 파일604개의 추가작업 그리고 117개의 파일을 삭제
  1. 3 3
      src/views/purchaseManage/purchaseManage/purchase/index.vue
  2. 601 114
      src/views/salesMange/shipmentMange/document/index.vue

+ 3 - 3
src/views/purchaseManage/purchaseManage/purchase/index.vue

@@ -196,10 +196,10 @@ const config = computed(() => {
     {
       attrs: {
         label: "物品类型",
-        prop: "productType",
+        prop: "productDefinition",
       },
-      render(productType) {
-        return productType == 1 ? "产品" : "物料";
+      render(productDefinition) {
+        return productDefinition == 1 ? "产品" : "物料";
       },
     },
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 601 - 114
src/views/salesMange/shipmentMange/document/index.vue


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