Browse Source

预装箱单新增去除成衣工厂

jbb 2 năm trước cách đây
mục cha
commit
f2278f9089
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      src/views/advance-packingList/addAdpackingDrawer.vue

+ 2 - 3
src/views/advance-packingList/addAdpackingDrawer.vue

@@ -74,11 +74,11 @@
 
               
 
-              <a-col :md="6" :sm="8">
+              <!-- <a-col :md="6" :sm="8">
                 <a-form-model-item label="成衣工厂" prop="garmentFactory">
                   <a-input placeholder="选择子表自动生成" v-model="addAdpacking.garmentFactory"></a-input>
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="总箱数" prop="totalBoxes">
                   <a-input placeholder="自动生成" v-model="addAdpacking.totalBoxes" readOnly></a-input>
@@ -792,7 +792,6 @@ export default {
     handleCancel() {
       this.close()
     },
-
     close() {
       this.$emit('close')
       this.visible = false;