huang_an 2 лет назад
Родитель
Сommit
5f3dbf36a9
1 измененных файлов с 7 добавлено и 54 удалено
  1. 7 54
      src/views/warehouseManagement/outgoingManagement/index.vue

+ 7 - 54
src/views/warehouseManagement/outgoingManagement/index.vue

@@ -95,6 +95,12 @@
             >新建</el-button
           >
         </template>
+        <!-- 单号链接 -->
+        <template v-slot:bizNum="{ row }">
+          <el-link @click="details(row)">
+            {{ row.bizNum }}
+          </el-link>
+        </template>
         <!-- 状态 -->
         <template v-slot:verifyStatus="{ row }">
           <span :class="status[row.verifyStatus + -1].class">
@@ -106,12 +112,6 @@
           <p>{{ getUserName(row.fromUser) }}</p>
           <p class="col">出库:{{ row.createTime }}</p>
         </template>
-        <!-- 单号链接 -->
-        <template v-slot:bizNum="{ row }">
-          <el-link @click="details(row)">
-            {{ row.bizNum }}
-          </el-link>
-        </template>
 
         <!-- 操作列 -->
         <template v-slot:action="{ row }">
@@ -173,47 +173,6 @@
             showOverflowTooltip: true,
             width: 140
           },
-          {
-            prop: 'assetCode',
-            label: '编码',
-            align: 'center',
-            showOverflowTooltip: true
-          },
-          {
-            prop: 'assetName',
-            label: '名称',
-            align: 'center'
-          },
-          {
-            prop: '',
-            label: '牌号',
-            align: 'center',
-            showOverflowTooltip: true
-          },
-          {
-            prop: '',
-            label: '型号',
-            align: 'center',
-            showOverflowTooltip: true
-          },
-          {
-            prop: '',
-            label: '数量',
-            align: 'center',
-            showOverflowTooltip: true
-          },
-          {
-            prop: '',
-            label: '计量单位',
-            align: 'center',
-            showOverflowTooltip: true
-          },
-          {
-            prop: '',
-            label: '重量单位',
-            align: 'center',
-            showOverflowTooltip: true
-          },
           {
             prop: 'verifyStatus',
             label: '状态',
@@ -236,12 +195,6 @@
             showOverflowTooltip: true,
             width: 200
           },
-          {
-            prop: '',
-            label: '领料时间',
-            align: 'center',
-            showOverflowTooltip: true
-          },
           {
             columnKey: 'action',
             label: '操作',
@@ -277,7 +230,7 @@
         }
         delete params.time;
         // params.bizStatus = 1;
-        const res = await outin.pageWms({
+        const res = await outin.list({
           pageNum: page,
           size: limit,
           bizStatus: 2,