소스 검색

fix:部分页面交互优化

lph 1 년 전
부모
커밋
41a581cd6d
3개의 변경된 파일610개의 추가작업 그리고 600개의 파일을 삭제
  1. 1 0
      zkqy-ui/src/views/orderMange/approve.vue
  2. 1 1
      zkqy-ui/src/views/orderMange/codeListManage/index.vue
  3. 608 599
      zkqy-ui/src/views/orderMange/index.vue

+ 1 - 0
zkqy-ui/src/views/orderMange/approve.vue

@@ -1610,6 +1610,7 @@ export default {
             return item;
           });
           this.title = "审批审计单";
+          this.approveForm.status=this.approveFormStatusLabel
           this.open = true;
         }
       } catch (error) {

+ 1 - 1
zkqy-ui/src/views/orderMange/codeListManage/index.vue

@@ -982,7 +982,7 @@ export default {
               suttle: rowData.suttle,
               grossWeight: rowData.grossWeight,
               productCodeListInfoList: this.tableData,
-              productColor: rowData.productColor,
+              productColour: rowData.productColor,
             };
             if (rowData.id) {
               payLoad.id = rowData.id;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 608 - 599
zkqy-ui/src/views/orderMange/index.vue


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