Browse Source

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

jbb 2 years ago
parent
commit
f2278f9089
1 changed files with 2 additions and 3 deletions
  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;