Ver Fonte

用友出库

hfxc226 há 2 anos atrás
pai
commit
3e5a6f1676

+ 1 - 1
src/views/store/outstoreform/modules/BaseFormYY.vue

@@ -51,7 +51,7 @@
             </a-tree-select>
           </a-form-item>
         </a-col>-->
-        <a-col :lg="12" :md="24" :sm="24">
+        <a-col :lg="12" :md="24" :sm="24" v-show="false">
           <a-form-item
             label="出库类型"
             :labelCol="BaseTool.Constant.labelCol"

+ 2 - 6
src/views/store/outstoreform/modules/DetailYY.vue

@@ -3,8 +3,8 @@
     <a-row :gutter="48" slot="extra">
       <a-col :md="48" :sm="48">
         <span class="table-page-search-submitButtons" style="float: right">
-          <a-popconfirm v-if="model.status==1" title="是否要,将更新库存?" @confirm="updateStore()">
-            <a-button type="primary"></a-button>
+          <a-popconfirm v-if="model.status==1" title="是否要提交到仓库?" @confirm="updateStore()">
+            <a-button type="primary">提交仓库</a-button>
           </a-popconfirm>
           <a-button style="margin-left: 8px" @click="handleCancel">返回</a-button>
         </span>
@@ -111,10 +111,6 @@ export default {
           title: '实际数量',
           dataIndex: 'realNum',
           width: 150
-        },
-        {
-          title: '仓库',
-          dataIndex: 'storeName'
         }
       ],
       data: []