lilei il y a 2 ans
Parent
commit
4c5554512a
1 fichiers modifiés avec 22 ajouts et 2 suppressions
  1. 22 2
      src/views/salesReturnManagement/billOfLading/detail.vue

+ 22 - 2
src/views/salesReturnManagement/billOfLading/detail.vue

@@ -40,6 +40,26 @@
         :wrapper-col="formItemLayout.wrapperCol">
         <a-card :bordered="false" class="billOfLadingDetail-cont" v-if="form">
           <a-row>
+            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+              <a-form-model-item style="margin-bottom:0" label="提货单号">
+                {{ form.pickUpNo||'--' }}
+              </a-form-model-item>
+            </a-col>
+            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+              <a-form-model-item style="margin-bottom:0" label="创建时间">
+                {{ form.createDate||'--' }}
+              </a-form-model-item>
+            </a-col>
+            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+              <a-form-model-item style="margin-bottom:0" label="审核时间">
+                {{ form.auditDate||'--' }}
+              </a-form-model-item>
+            </a-col>
+            <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
+              <a-form-model-item style="margin-bottom:0" label="状态">
+                {{ form.stateDictValue||'--' }}
+              </a-form-model-item>
+            </a-col>
             <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
               <a-form-model-item style="margin-bottom:0" label="申请人">
                 {{ form.applyPersonName||'--' }}
@@ -77,7 +97,7 @@
             </a-col>
             <a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
               <a-form-model-item style="margin-bottom:0" label="件数">
-                {{ form.goodsNum||'--' }}
+                {{ form.goodsNum||'--' }}
               </a-form-model-item>
             </a-col>
             <a-col :span="24">
@@ -89,7 +109,7 @@
           <a-row>
             <a-col :spna="24">
               <a-form-model-item style="margin-bottom:0" label="备注" prop="size" :label-col="{span:2}" :wrapper-col="{span:20}">
-                <div style="word-break: break-all;line-height:normal">{{ form.remarks||'--' }}</div>
+                <div style="word-break: break-all;line-height:normal;padding-top:10px;">{{ form.remarks||'--' }}</div>
               </a-form-model-item>
             </a-col>
             <a-col :spna="24">