sunyize 2 lat temu
rodzic
commit
5cbec3522d

BIN
public/static/lotExcel.xlsx


BIN
public/static/taskModel.xlsx


BIN
public/static/taskTruckModel.xlsx


+ 3 - 1
src/views/lotCheck/TaskUploadData.vue

@@ -4,7 +4,7 @@
     <a-page-header
     <a-page-header
       style="background-color: #FFFFFF;margin-bottom:10px"
       style="background-color: #FFFFFF;margin-bottom:10px"
       title="上传资料"
       title="上传资料"
-      sub-title=""
+      :sub-title="notes"
       @back="goBack"
       @back="goBack"
     ></a-page-header>
     ></a-page-header>
     <a-form-model
     <a-form-model
@@ -1383,6 +1383,7 @@ export default {
       //加载状态
       //加载状态
       taskId:"",
       taskId:"",
       loading: false,
       loading: false,
+      notes:"",
       infoModel: {
       infoModel: {
         staffName:"",
         staffName:"",
         businessLicenseDateIs:"",
         businessLicenseDateIs:"",
@@ -1913,6 +1914,7 @@ export default {
             that.infoModel.userCode =result.userCode;
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.staffName =result.staffName;
             that.infoModel.staffName =result.staffName;
+            that.notes =result.notes;
           }
           }
         })
         })
       }
       }

+ 3 - 1
src/views/lotCheck/modules/TaskCheckAudit.vue

@@ -4,7 +4,7 @@
     <a-page-header
     <a-page-header
       style="background-color: #FFFFFF;margin-bottom:10px"
       style="background-color: #FFFFFF;margin-bottom:10px"
       :title= 'checkState===2 ?"客户信息稽核":checkState===4?"客户信息信息整改":""'
       :title= 'checkState===2 ?"客户信息稽核":checkState===4?"客户信息信息整改":""'
-      sub-title=""
+      :sub-title="notes"
       @back="goBack"
       @back="goBack"
     >
     >
       <a-descriptions  v-if='checkState===2 ||checkState===5 ' :title="infoModel.customerName" :column="3" :bordered="false">
       <a-descriptions  v-if='checkState===2 ||checkState===5 ' :title="infoModel.customerName" :column="3" :bordered="false">
@@ -1718,6 +1718,7 @@ export default {
       checkState:"",
       checkState:"",
       uploading:false,
       uploading:false,
       loading: false,
       loading: false,
+      notes:"",
       infoModel: {
       infoModel: {
         staffName:"",
         staffName:"",
         businessLicenseDateIs:'',
         businessLicenseDateIs:'',
@@ -2327,6 +2328,7 @@ export default {
             that.infoModel.userCode =result.userCode;
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.staffName =result.staffName;
             that.infoModel.staffName =result.staffName;
+            that.notes =result.notes;
           }
           }
         })
         })
       }
       }

+ 3 - 1
src/views/smscheck/modules/TaskCheckCheck.vue

@@ -4,7 +4,7 @@
     <a-page-header
     <a-page-header
       style="background-color: #FFFFFF;margin-bottom:10px"
       style="background-color: #FFFFFF;margin-bottom:10px"
       title="行短资料稽核"
       title="行短资料稽核"
-      sub-title=""
+      :sub-title="notes"
       @back="back"
       @back="back"
     >
     >
       <a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
       <a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
@@ -2169,6 +2169,7 @@ export default {
         data: {},
         data: {},
       },
       },
       userState:"",
       userState:"",
+      notes:"",
       // 客户资料信息
       // 客户资料信息
       history:"",
       history:"",
       dataList:[],
       dataList:[],
@@ -2695,6 +2696,7 @@ export default {
             this.userState =result.userState;
             this.userState =result.userState;
             this.infoModel.customerNo=result.customerNo;
             this.infoModel.customerNo=result.customerNo;
             this.infoModel.networkAccessTime=result.networkAccessTime;
             this.infoModel.networkAccessTime=result.networkAccessTime;
+            this.notes =result.notes;
           }
           }
 
 
         })
         })

+ 3 - 2
src/views/smscheck/modules/TaskUploadData.vue

@@ -4,7 +4,7 @@
     <a-page-header
     <a-page-header
       style="background-color: #FFFFFF;margin-bottom:10px"
       style="background-color: #FFFFFF;margin-bottom:10px"
       title="行短稽核资料填写"
       title="行短稽核资料填写"
-      sub-title=""
+      :sub-title='notes'
       @back="back"
       @back="back"
     >
     >
       <div>
       <div>
@@ -2335,6 +2335,7 @@ export default {
         data: {},
         data: {},
       },
       },
       // 客户资料信息
       // 客户资料信息
+      notes:"",
       infoModel: {
       infoModel: {
         staffName:"",
         staffName:"",
         customerNo :"",
         customerNo :"",
@@ -3188,7 +3189,7 @@ export default {
             that.infoModel.userNo =result.userNo;
             that.infoModel.userNo =result.userNo;
             that.infoModel.networkAccessTime =result.networkAccessTime;
             that.infoModel.networkAccessTime =result.networkAccessTime;
             that.infoModel.staffName =result.staffName;
             that.infoModel.staffName =result.staffName;
-
+            that.notes =result.notes;
 
 
           }
           }
         })
         })

+ 3 - 1
src/views/smscheck/modules/TaskUploadDataSelect.vue

@@ -4,7 +4,7 @@
     <a-page-header
     <a-page-header
       style="background-color: #FFFFFF;margin-bottom:10px"
       style="background-color: #FFFFFF;margin-bottom:10px"
       title="行短稽核资料"
       title="行短稽核资料"
-      sub-title=""
+      :sub-title="notes"
       @back="back"
       @back="back"
     >
     >
       <a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
       <a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
@@ -2544,6 +2544,7 @@ export default {
       },
       },
       /**无数据图片*/
       /**无数据图片*/
       noDataPng: noDataPng,
       noDataPng: noDataPng,
+      notes:"",
       url: {
       url: {
         "getInfoDataById": "/smsCheck/customerInfo/queryById",
         "getInfoDataById": "/smsCheck/customerInfo/queryById",
         "getInfoDataByInfoId": "/smsCheck/customerData/queryDataLogByInfoId",
         "getInfoDataByInfoId": "/smsCheck/customerData/queryDataLogByInfoId",
@@ -3311,6 +3312,7 @@ export default {
             that.infoModel.customerNo=result.customerNo;
             that.infoModel.customerNo=result.customerNo;
             that.infoModel.networkAccessTime=result.networkAccessTime;
             that.infoModel.networkAccessTime=result.networkAccessTime;
             that.infoModel.staffName =result.staffName;
             that.infoModel.staffName =result.staffName;
+            that.notes =result.notes;
           }
           }
 
 
         })
         })

+ 3 - 1
src/views/smscheck/modules/TaskUploadDataZG.vue

@@ -4,7 +4,7 @@
     <a-page-header
     <a-page-header
       style="background-color: #FFFFFF;margin-bottom:10px"
       style="background-color: #FFFFFF;margin-bottom:10px"
       title="行短稽核资料"
       title="行短稽核资料"
-      sub-title=""
+      :sub-title="notes"
       @back="back"
       @back="back"
     >
     >
       <div>
       <div>
@@ -2874,6 +2874,7 @@ export default {
         data: {},
         data: {},
       },
       },
       isShow:false,
       isShow:false,
+      notes:"",
       // 客户资料信息
       // 客户资料信息
       infoModel: {
       infoModel: {
         staffName:"",
         staffName:"",
@@ -3717,6 +3718,7 @@ export default {
             that.infoModel.customerNo=result.customerNo;
             that.infoModel.customerNo=result.customerNo;
             that.infoModel.networkAccessTime=result.networkAccessTime;
             that.infoModel.networkAccessTime=result.networkAccessTime;
             that.infoModel.staffName =result.staffName;
             that.infoModel.staffName =result.staffName;
+            that.notes =result.notes;
           }
           }
 
 
         })
         })

+ 3 - 1
src/views/truckCheck/TaskUploadData.vue

@@ -4,7 +4,7 @@
       <a-page-header
       <a-page-header
         style="background-color: #FFFFFF;margin-bottom:10px"
         style="background-color: #FFFFFF;margin-bottom:10px"
         title="上传资料"
         title="上传资料"
-        sub-title=""
+        :sub-title="notes"
         @back="goBack"
         @back="goBack"
       >
       >
         <a-form-model
         <a-form-model
@@ -2970,6 +2970,7 @@ export default {
         ],
         ],
       },
       },
       taskId:"",
       taskId:"",
+      notes:"",
       infoModel:{
       infoModel:{
         staffName:"",
         staffName:"",
         dataId:"",
         dataId:"",
@@ -3295,6 +3296,7 @@ export default {
             that.infoModel.userCode =result.userCode;
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.staffName =result.staffName;
             that.infoModel.staffName =result.staffName;
+            that.notes =result.notes;
           }
           }
         })
         })
       }
       }

+ 3 - 1
src/views/truckCheck/modules/TaskCheckAudit.vue

@@ -4,7 +4,7 @@
     <a-page-header
     <a-page-header
       style="background-color: #FFFFFF;margin-bottom:10px"
       style="background-color: #FFFFFF;margin-bottom:10px"
       :title= 'checkState===2 ?"客户信息稽核":checkState===4?"客户信息信息整改":""'
       :title= 'checkState===2 ?"客户信息稽核":checkState===4?"客户信息信息整改":""'
-      sub-title=""
+      :sub-title="notes"
       @back="back"
       @back="back"
     >
     >
       <a-descriptions :title="infoModel.customerName" :column="3" :bordered="false" v-if='checkState===2 ||checkState===5 '>
       <a-descriptions :title="infoModel.customerName" :column="3" :bordered="false" v-if='checkState===2 ||checkState===5 '>
@@ -3101,6 +3101,7 @@ export default {
         }
         }
       },
       },
       taskId:"",
       taskId:"",
+      notes:"",
       checkState:"",
       checkState:"",
       history:"",
       history:"",
       dataList:[],
       dataList:[],
@@ -4279,6 +4280,7 @@ export default {
             that.infoModel.userCode =result.userCode;
             that.infoModel.userCode =result.userCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.accountCode =result.accountCode;
             that.infoModel.staffName =result.staffName;
             that.infoModel.staffName =result.staffName;
+            that.notes =result.notes;
           }
           }
         })
         })
       }
       }