Преглед изворни кода

出库单完善:货架号、项目

hfxc226 пре 2 година
родитељ
комит
84e225381f

+ 4 - 0
src/views/store/outstoreform/modules/BaseFormYY.vue

@@ -277,6 +277,10 @@ export default {
           title: '仓库',
           dataIndex: 'storeName'
         },
+        {
+          title: '货架号',
+          dataIndex: 'storePosition'
+        },
         /* {
           title: '备注',
           dataIndex: 'remark',

+ 4 - 0
src/views/store/outstoreform/modules/DetailYY.vue

@@ -112,6 +112,10 @@ export default {
           title: '仓库',
           dataIndex: 'storeName'
         },
+        {
+          title: '货架号',
+          dataIndex: 'storePosition'
+        },
         {
           title: '批次',
           dataIndex: 'cbatch'

+ 4 - 0
src/views/store/outstoreform/modules/DetailYYAudit.vue

@@ -108,6 +108,10 @@ export default {
           title: '仓库',
           dataIndex: 'storeName'
         },
+        {
+          title: '货架号',
+          dataIndex: 'storePosition'
+        },
         {
           title: '批次',
           dataIndex: 'cbatch'

+ 3 - 1
src/views/store/outstoreform/modules/TicketForm.vue

@@ -36,7 +36,7 @@
             <td colspan="3" style="text-align:left;">
               用途:{{ model.remark }}
             </td>
-            <td colspan="2" style="text-align:left;">
+            <td colspan="3" style="text-align:left;">
               成本归属:{{ model.feeFrom }}
             </td>
           </tr>
@@ -44,6 +44,7 @@
             <td colspan="1">物料编码</td>
             <td colspan="1">物料名称</td>
             <td colspan="1">规格型号</td>
+            <td colspan="1">货架号</td>
             <td colspan="1">单位</td>
             <td colspan="1">数量</td>
             <td colspan="1">备注</td>
@@ -52,6 +53,7 @@
             <td colspan="1">{{ item.no }}</td>
             <td colspan="1">{{ item.spareName }}</td>
             <td colspan="1">{{ item.ggxh }}</td>
+            <td colspan="1">{{ item.storePosition }}</td>
             <td colspan="1">{{ item.unit }}</td>
             <td colspan="1">{{ item.num }}</td>
             <td colspan="1">{{ item.remark }}</td>

+ 5 - 1
src/views/store/sparestore/modules/SpareStoreSelectModalYY.vue

@@ -1,7 +1,7 @@
 <template>
   <a-modal
     :title="modalTitle"
-    :width="1200"
+    :width="1300"
     :visible="visible"
     :confirmLoading="confirmLoading"
     class="ant-modal2"
@@ -157,6 +157,10 @@ export default {
           title: '仓库名称',
           dataIndex: 'storeName'
         },
+        {
+          title: '货架号',
+          dataIndex: 'storePosition'
+        },
         {
           title: '批号',
           dataIndex: 'cbatch'