Browse Source

发运明细

zengtx 2 years ago
parent
commit
b2f021e2e2

+ 2 - 2
src/views/shipment-details/addShipDetDrawer.vue

@@ -72,12 +72,12 @@
                   <a-input placeholder="请输入成衣工厂" v-model="addShipDet.garmentFactory"></a-input>
                 </a-form-model-item>
               </a-col>
-
+<!-- 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="整单合计" prop="wholeOrderTotal">
                   <a-input placeholder="整单合计" v-model="addShipDet.wholeOrderTotal"></a-input>
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
 
               <!-- U8系统适用 -->
               <a-col :md="12" :sm="12">

+ 2 - 2
src/views/shipment-details/shipmentList.vue

@@ -692,8 +692,8 @@ export default {
     },
 
     deliveryDateChange(value, dateString) {
-      console.log('预完工日期', dateString)
-      this.queryParam.preCompletionDate = dateString
+      console.log('预发货日期', dateString)
+      this.queryParam.preDeliveryDate = dateString
     },
 
     searchQuery() {