|
@@ -76,7 +76,13 @@
|
|
prop="productTypeSn2"
|
|
prop="productTypeSn2"
|
|
:required="form.costTypeName=='促销费用'"
|
|
:required="form.costTypeName=='促销费用'"
|
|
>
|
|
>
|
|
- <productTypeAll :isAll="true" placeholder="请选择费用归属品类(单选,至少选到二级或三级)" showAllType @change="changeProductType" v-model="productType" id="allocateBill-basicInfo-productType"></productTypeAll>
|
|
|
|
|
|
+ <productTypeAll
|
|
|
|
+ :isAll="true"
|
|
|
|
+ placeholder="请选择费用归属品类(单选,至少选到二级或三级)"
|
|
|
|
+ showAllType
|
|
|
|
+ @change="changeProductType"
|
|
|
|
+ v-model="productType"
|
|
|
|
+ id="allocateBill-basicInfo-productType"></productTypeAll>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="12" :sm="24">
|
|
<a-col :md="12" :sm="24">
|
|
@@ -349,6 +355,8 @@ export default {
|
|
this.allocateTypeVal = []
|
|
this.allocateTypeVal = []
|
|
this.productType = []
|
|
this.productType = []
|
|
this.attachList = []
|
|
this.attachList = []
|
|
|
|
+ this.rules.productBrandSn = []
|
|
|
|
+ this.rules.productTypeSn2 = []
|
|
this.form.attachmentList = ''
|
|
this.form.attachmentList = ''
|
|
this.$refs.attachList.setFileList('')
|
|
this.$refs.attachList.setFileList('')
|
|
this.form = {
|
|
this.form = {
|