瀏覽代碼

库存表格详情组件优化:完善客户预期交付日期显示条件,支持arrivalWay为空的情况

yusheng 9 月之前
父節點
當前提交
309c2bf8df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/BIZComponents/inventoryTableDetails.vue

+ 1 - 1
src/BIZComponents/inventoryTableDetails.vue

@@ -47,7 +47,7 @@
         </el-form-item>
       </template>
       <template v-slot:customerExpectDeliveryDeadline="scope">
-        <div v-if="scope.row.arrivalWay == 1">
+        <div v-if="scope.row.arrivalWay == 1||!scope.row.arrivalWay">
           {{ scope.row.customerExpectDeliveryDeadline }}
         </div>
         <div v-if="scope.row.arrivalWay == 2">