|
|
|
@ -212,7 +212,8 @@ export default { |
|
|
|
paperName: '', |
|
|
|
quantity: '', |
|
|
|
remark: '', |
|
|
|
width: '787' |
|
|
|
width: '787', |
|
|
|
productImg: '', |
|
|
|
}, |
|
|
|
searchList: [], |
|
|
|
hasSelected: false, |
|
|
|
@ -228,6 +229,7 @@ export default { |
|
|
|
}, |
|
|
|
onLoad(option) { |
|
|
|
this.form.offerEnterprise = option.id |
|
|
|
this.form.productImg = option.productImg |
|
|
|
this.getCategoryList() |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
@ -238,7 +240,7 @@ export default { |
|
|
|
paperSupplierId: this.$store.state.supplierId |
|
|
|
} |
|
|
|
getCategoryList(params).then(res => { |
|
|
|
console.log('纸种列表', res) |
|
|
|
// console.log('纸种列表', res) |
|
|
|
if (res) { |
|
|
|
this.categoryNameList = res.categoryNameList |
|
|
|
this.brandNameList = res.brandNameList |
|
|
|
@ -365,6 +367,7 @@ export default { |
|
|
|
offerEnterprise: this.form.offerEnterprise, |
|
|
|
remark: this.form.remark, |
|
|
|
enterpriseId: this.$store.state.companyInfo.id, |
|
|
|
productImg: this.form.productImg, |
|
|
|
userId: this.$store.state.userInfo.userId |
|
|
|
} |
|
|
|
createEnquiryOrder(params).then(res => { |
|
|
|
|