ソースを参照

去掉配送方式

lilei 2 年 前
コミット
1e24713407

+ 3 - 3
src/views/numsGoodsShelves/replenishmentManagement/outWarehousingModal.vue

@@ -23,13 +23,13 @@
           <a-col :md="12" :sm="24">
             <a-form-model-item label="创建时间">{{ basicInfoData && basicInfoData.createDate || '--' }}</a-form-model-item>
           </a-col>
-          <a-col :md="12" :sm="24">
+         <!-- <a-col :md="12" :sm="24">
             <a-form-model-item label="配送方式" prop="dispatchType" style="margin: 0;">
               <a-radio-group v-model="form.dispatchType">
                 <a-radio v-for="(item,index) in dispatchTypeList" :key="index" :value="item.code">{{ item.dispName }}</a-radio>
               </a-radio-group>
             </a-form-model-item>
-          </a-col>
+          </a-col> -->
           <a-col :md="12" :sm="24">
             <a-form-model-item label="出库备注">
               <a-input id="replenishmentManagement-outWarehousing-remarks" v-model.trim="form.remarks" allowClear placeholder="请输入出库备注"/>
@@ -209,7 +209,7 @@ export default {
         this.$refs.ruleForm.resetFields()
       } else {
         const _this = this
-        this.getLookUpItem()
+        // this.getLookUpItem()
         this.getDetail()
         this.$nextTick(() => { // 页面渲染完成后的回调
           _this.$refs.table.refresh(true)

+ 1 - 1
src/views/numsGoodsShelves/replenishmentManagement/putWarehousingModal.vue

@@ -12,7 +12,7 @@
       <a-descriptions>
         <a-descriptions-item label="补货单号">{{ basicInfoData && basicInfoData.replenishBillNo || '--' }}</a-descriptions-item>
         <a-descriptions-item label="创建时间">{{ basicInfoData && basicInfoData.createDate || '--' }}</a-descriptions-item>
-        <a-descriptions-item label="配送方式">{{ basicInfoData && basicInfoData.dispatchTypeDictValue || '--' }}</a-descriptions-item>
+        <!-- <a-descriptions-item label="配送方式">{{ basicInfoData && basicInfoData.dispatchTypeDictValue || '--' }}</a-descriptions-item> -->
       </a-descriptions>
       <div style="padding-bottom: 16px;display: flex;">
         <p style="margin: 0;display: inline-block;flex-shrink: 0;">出库备注:</p>