|
@@ -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;
|