소스 검색

物联网提交页面

sunyize 2 년 전
부모
커밋
4469d45fa0
2개의 변경된 파일349개의 추가작업 그리고 215개의 파일을 삭제
  1. 336 203
      src/views/lotCheck/TaskUploadData.vue
  2. 13 12
      src/views/lotCheck/modules/TaskCheckList.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 336 - 203
src/views/lotCheck/TaskUploadData.vue


+ 13 - 12
src/views/lotCheck/modules/TaskCheckList.vue

@@ -228,24 +228,24 @@ export default {
           align: "center",
           scopedSlots: {customRender: 'rowIndex'}
         },
-        {
-          title: '客户名称',
-          align: "left",
-          sorter: true,
-          dataIndex: 'customerName',
-          scopedSlots: {customRender: 'customerName'}
-        },
+        // {
+        //   title: '客户名称',
+        //   align: "left",
+        //   sorter: true,
+        //   dataIndex: 'customerName',
+        //   scopedSlots: {customRender: 'customerName'}
+        // },
         {
           title: '客户编号',
           align: "center",
           sorter: true,
           dataIndex: 'customerNo'
         },
-        {
-          title: '服务号码(全)',
-          align: "center",
-          dataIndex: 'smsNumber'
-        },
+        // {
+        //   title: '服务号码(全)',
+        //   align: "center",
+        //   dataIndex: 'smsNumber'
+        // },
         {
           title: '用户编号',
           align: "center",
@@ -300,6 +300,7 @@ export default {
         order: 'asc',
       },
       url: {
+        "getInfoDataByInfoId": "/smsTurck/customerData/queryDataLogByInfoId",
         queryTask: "/smsCheck/task/queryById",
         list: "/smsCheck/customerInfo/list",
         count: "/smsCheck/customerInfo/count",

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