Browse Source

盘点计划新增列表增加字段

liujt 1 week ago
parent
commit
f81b095ef2

+ 20 - 0
src/views/warehouseManagement/stocktaking/plan/components/addInventoryDialog.vue

@@ -273,6 +273,26 @@
           :show-overflow-tooltip="true"
         >
         </el-table-column>
+        <el-table-column
+          prop="warehouseName"
+          label="仓库"
+          :show-overflow-tooltip="true"
+        ></el-table-column>
+        <el-table-column
+          prop="inventoryCycle"
+          label="存货周期"
+          :show-overflow-tooltip="true"
+        ></el-table-column>
+        <el-table-column
+          prop="colorKey"
+          label="颜色"
+          :show-overflow-tooltip="true"
+        ></el-table-column>
+        <el-table-column
+          prop="modelKey"
+          label="机型"
+          :show-overflow-tooltip="true"
+        ></el-table-column>
         <el-table-column v-if="!isBindPlan" label="操作" width="100">
           <template slot-scope="{ row, $index }">
             <el-button @click="deleted(row, $index)" type="text" size="small"

+ 20 - 0
src/views/warehouseManagement/stocktaking/plan/components/selectType.vue

@@ -140,6 +140,26 @@
               label="重量单位"
               :show-overflow-tooltip="true"
             ></el-table-column>
+            <el-table-column
+              prop="warehouseName"
+              label="仓库"
+              :show-overflow-tooltip="true"
+            ></el-table-column>
+            <el-table-column
+              prop="inventoryCycle"
+              label="存货周期"
+              :show-overflow-tooltip="true"
+            ></el-table-column>
+            <el-table-column
+              prop="colorKey"
+              label="颜色"
+              :show-overflow-tooltip="true"
+            ></el-table-column>
+            <el-table-column
+              prop="modelKey"
+              label="机型"
+              :show-overflow-tooltip="true"
+            ></el-table-column>
           </el-table>
           <div class="right mt10">
             <el-pagination

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.132:18086',
         // target: 'http://192.168.1.105:18086', //开发
-        target: 'http://192.168.1.25:18086', //开发
+        target: 'http://192.168.1.251:18086', //开发
         // target: 'http://192.168.1.251:18186', //测试
         // target: 'http://192.168.1.116:18086',