Browse Source

fix:部分页面交互优化

lph 1 year ago
parent
commit
41a581cd6d

+ 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;

File diff suppressed because it is too large
+ 608 - 599
zkqy-ui/src/views/orderMange/index.vue


Some files were not shown because too many files changed in this diff