|
|
|
@ -9,8 +9,7 @@
|
|
|
|
|
<a-auto-complete |
|
|
|
|
v-decorator="['supplierId',validatorRules.supplierId]" placeholder="请输入供应商" |
|
|
|
|
:data-source="bigSupplierId" |
|
|
|
|
@select="onSelectRake" |
|
|
|
|
@search="onSearchSupplier" |
|
|
|
|
disabled |
|
|
|
|
/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
@ -20,20 +19,19 @@
|
|
|
|
|
<a-auto-complete |
|
|
|
|
v-decorator="['merchandiseNewsId',validatorRules.merchandiseNewsId]" placeholder="请输入物料名称" |
|
|
|
|
:data-source="bigMerchandiseId" |
|
|
|
|
@select="onSelectRake" |
|
|
|
|
@select="onSelectRakeSearchMerchandiseNews" |
|
|
|
|
@search="onSearchMerchandiseNews" |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="8"> |
|
|
|
|
<a-form-item label="物料组编号" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<a-form-item label="物料编号" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<!-- <a-input v-decorator="['descriptionId']" placeholder="请输入品名类" ></a-input>--> |
|
|
|
|
<a-auto-complete |
|
|
|
|
v-decorator="['descriptionId',validatorRules.descriptionId]" placeholder="请输入品名类" |
|
|
|
|
:data-source="bigId" |
|
|
|
|
@select="onSelectRake" |
|
|
|
|
@search="onSearch" |
|
|
|
|
disabled |
|
|
|
|
/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
@ -62,14 +60,15 @@
|
|
|
|
|
:data-source="bigIdUnit" |
|
|
|
|
@select="onSelectRake" |
|
|
|
|
@search="onSearchRake" |
|
|
|
|
disabled |
|
|
|
|
/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<!-- <a-col :span="8">--> |
|
|
|
|
<!-- <a-form-item label="删除标志" :labelCol="labelCol" :wrapperCol="wrapperCol">--> |
|
|
|
|
<!-- <a-input-number v-decorator="['delFlag']" placeholder="请输入删除标志" style="width: 100%" />--> |
|
|
|
|
<!-- </a-form-item>--> |
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
<a-col :span="8"> |
|
|
|
|
<a-form-item label="大品类" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
|
|
|
|
<a-input-number v-decorator="['classify']" placeholder="请输入大品类" style="width: 100%" disabled /> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<!-- <a-col :span="8">--> |
|
|
|
|
<!-- <a-form-item label="删除时间" :labelCol="labelCol" :wrapperCol="wrapperCol">--> |
|
|
|
|
<!-- <j-date placeholder="请选择删除时间" v-decorator="['delTime']" :trigger-change="true" style="width: 100%" />--> |
|
|
|
@ -196,28 +195,57 @@
|
|
|
|
|
this.fetchDataMerchandiseNews() |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
onSearchSupplier(searchText) { //供应商 |
|
|
|
|
console.log(searchText) |
|
|
|
|
// this.dataSource = !searchText ? [] : [searchText]; |
|
|
|
|
this.fetchDataSupplier(searchText); |
|
|
|
|
}, |
|
|
|
|
// onSearchSupplier(searchText) { //供应商 |
|
|
|
|
// console.log(searchText) |
|
|
|
|
// // this.dataSource = !searchText ? [] : [searchText]; |
|
|
|
|
// this.fetchDataSupplier(searchText); |
|
|
|
|
// }, |
|
|
|
|
onSearchRake(searchText) { //存储地 |
|
|
|
|
console.log(searchText) |
|
|
|
|
// this.dataSource = !searchText ? [] : [searchText]; |
|
|
|
|
this.fetchDataRake(searchText); |
|
|
|
|
}, |
|
|
|
|
onSearch(searchText) { //物料组 |
|
|
|
|
console.log(searchText) |
|
|
|
|
// this.dataSource = !searchText ? [] : [searchText]; |
|
|
|
|
this.fetchData(searchText); |
|
|
|
|
}, |
|
|
|
|
// onSearch(searchText) { //物料组 |
|
|
|
|
// console.log(searchText) |
|
|
|
|
// // this.dataSource = !searchText ? [] : [searchText]; |
|
|
|
|
// this.fetchData(searchText); |
|
|
|
|
// }, |
|
|
|
|
onSearchMerchandiseNews(searchText) { //物料信息 |
|
|
|
|
console.log(searchText) |
|
|
|
|
console.log("searchTextsearchText",searchText) |
|
|
|
|
// this.dataSource = !searchText ? [] : [searchText]; |
|
|
|
|
this.fetchDataMerchandiseNews(searchText); |
|
|
|
|
}, |
|
|
|
|
onSelectRake(value) { |
|
|
|
|
console.log('onSelect', value); |
|
|
|
|
//查询数据回显 |
|
|
|
|
// this.bigMerchandiseIdList.forEach(is =>{ |
|
|
|
|
// console.log(is); |
|
|
|
|
// if(is.merchandiseName === value){ |
|
|
|
|
// this.form.setFieldsValue({ |
|
|
|
|
// supplierId: is.supplierId, |
|
|
|
|
// descriptionId: is.descriptionId, |
|
|
|
|
// unit: is.materialsUnit |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
}, |
|
|
|
|
onSelectRakeSearchMerchandiseNews(value) { |
|
|
|
|
// console.log('onSelect', value); |
|
|
|
|
|
|
|
|
|
this.bigMerchandiseIdList.forEach(is =>{ |
|
|
|
|
// console.log(is); |
|
|
|
|
if(is.merchandiseName === value){ |
|
|
|
|
// console.log(is); |
|
|
|
|
this.form.setFieldsValue({ |
|
|
|
|
supplierId: is.supplierId, |
|
|
|
|
descriptionId: is.descriptionId, |
|
|
|
|
unit: is.materialsUnit, |
|
|
|
|
classify : is.classify |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
fetchDataMerchandiseNews (value){ |
|
|
|
|
//查询大品类数据 |
|
|
|
@ -229,7 +257,7 @@
|
|
|
|
|
this.bigMerchandiseId = []; |
|
|
|
|
getAction(this.url.merchandiseNewsList,par).then((res)=>{ |
|
|
|
|
if(res.success){ |
|
|
|
|
console.log(res.result); |
|
|
|
|
console.log("查询数据",res.result); |
|
|
|
|
// this.bigId = res.result.records; |
|
|
|
|
res.result.records.forEach( item => { |
|
|
|
|
this.bigMerchandiseId.push(item.merchandiseName); |
|
|
|
@ -347,26 +375,27 @@
|
|
|
|
|
that.confirmLoading = false; |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
dispose(item){ |
|
|
|
|
// console.log(this.bigSupplierIdList); |
|
|
|
|
// console.log(this.bigIdList); |
|
|
|
|
// console.log(this.bigMerchandiseIdList); |
|
|
|
|
this.bigSupplierIdList.forEach( is => { // 供应商 |
|
|
|
|
if(is.supplierName === item.supplierId){ |
|
|
|
|
item.supplierId = is.id; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.bigIdList.forEach(is =>{ |
|
|
|
|
if(is.descriptionName === item.descriptionId){ |
|
|
|
|
item.descriptionId = is.id; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
// console.log("this.bigSupplierIdList",this.bigSupplierIdList); |
|
|
|
|
// console.log("item",item); |
|
|
|
|
// console.log("this.bigIdList",this.bigIdList); |
|
|
|
|
// console.log("this.bigMerchandiseIdList",this.bigMerchandiseIdList); |
|
|
|
|
// this.bigSupplierIdList.forEach( is => { // 供应商 |
|
|
|
|
// if(is.supplierName === item.supplierId){ |
|
|
|
|
// item.supplierId = is.id; |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
// this.bigIdList.forEach(is =>{ |
|
|
|
|
// if(is.descriptionName === item.descriptionId){ |
|
|
|
|
// item.descriptionId = is.id; |
|
|
|
|
// } |
|
|
|
|
// }); |
|
|
|
|
this.bigMerchandiseIdList.forEach(is =>{ |
|
|
|
|
if(is.merchandiseName === item.merchandiseNewsId){ |
|
|
|
|
item.merchandiseNewsId = is.id; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|