Selaa lähdekoodia

物联网提交页面

sunyize 2 vuotta sitten
vanhempi
commit
4469d45fa0
2 muutettua tiedostoa jossa 349 lisäystä ja 215 poistoa
  1. 336 203
      src/views/lotCheck/TaskUploadData.vue
  2. 13 12
      src/views/lotCheck/modules/TaskCheckList.vue

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 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",

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä