|
|
@ -419,8 +419,10 @@ export default { |
|
|
|
getDictionaryBiz('distribution_type').then(res => { //配送类型 |
|
|
|
getDictionaryBiz('distribution_type').then(res => { //配送类型 |
|
|
|
this.distributionType = res.data.data; |
|
|
|
this.distributionType = res.data.data; |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
// console.log("配送方式123", this.deliveryWayList); |
|
|
|
getDictionaryBiz('delivery_way').then(res => { //配送方式 |
|
|
|
getDictionaryBiz('delivery_way').then(res => { //配送方式 |
|
|
|
this.deliveryWayList = res.data.data; |
|
|
|
this.deliveryWayList = res.data.data; |
|
|
|
|
|
|
|
console.log("配送方式123", this.deliveryWayList); |
|
|
|
}); |
|
|
|
}); |
|
|
|
getDictionaryBiz('stockup_status').then(res => { //配送方式 |
|
|
|
getDictionaryBiz('stockup_status').then(res => { //配送方式 |
|
|
|
this.stockupStatusList = res.data.data; |
|
|
|
this.stockupStatusList = res.data.data; |
|
|
@ -635,7 +637,7 @@ export default { |
|
|
|
this.loading = true; |
|
|
|
this.loading = true; |
|
|
|
this.query.id = this.$route.query.id; |
|
|
|
this.query.id = this.$route.query.id; |
|
|
|
getDetailStockupOwn(this.$route.query.id).then(res => { |
|
|
|
getDetailStockupOwn(this.$route.query.id).then(res => { |
|
|
|
// console.log("返回的值",res.data.data); |
|
|
|
console.log("返回的值",res.data.data); |
|
|
|
const data = res.data.data; |
|
|
|
const data = res.data.data; |
|
|
|
this.data[0] = data; |
|
|
|
this.data[0] = data; |
|
|
|
const { serveType, deliveryWay, deliveryType } = this.data[0]; |
|
|
|
const { serveType, deliveryWay, deliveryType } = this.data[0]; |
|
|
@ -678,7 +680,7 @@ export default { |
|
|
|
//查询包件列表 |
|
|
|
//查询包件列表 |
|
|
|
async getStockUpParcelsList(page){ |
|
|
|
async getStockUpParcelsList(page){ |
|
|
|
let a = await getParcelListOwn(page.currentPage,page.pageSize,{id :this.$route.query.id}); |
|
|
|
let a = await getParcelListOwn(page.currentPage,page.pageSize,{id :this.$route.query.id}); |
|
|
|
// console.log("包件...",a.data); |
|
|
|
console.log("包件...",a.data); |
|
|
|
const data = a.data.data; |
|
|
|
const data = a.data.data; |
|
|
|
this.data1 = data.records; |
|
|
|
this.data1 = data.records; |
|
|
|
this.data1.forEach(i =>{ |
|
|
|
this.data1.forEach(i =>{ |
|
|
@ -726,11 +728,11 @@ export default { |
|
|
|
//转换类型 |
|
|
|
//转换类型 |
|
|
|
getOwnServer(row,name,list){ |
|
|
|
getOwnServer(row,name,list){ |
|
|
|
// console.log(">>>>>",row,name,list); |
|
|
|
// console.log(">>>>>",row,name,list); |
|
|
|
console.log(">>>>>",row); |
|
|
|
// console.log(">>>>>",row); |
|
|
|
console.log(">>>>>",name); |
|
|
|
// console.log(">>>>>",name); |
|
|
|
console.log(">>>>>",list); |
|
|
|
// console.log(">>>>>",list); |
|
|
|
row.forEach( i =>{ |
|
|
|
row.forEach( i =>{ |
|
|
|
console.log(i,"-=-=-=-"); |
|
|
|
// console.log(i,"-=-=-=-"); |
|
|
|
let a = list.find( s => s.dictKey == i); |
|
|
|
let a = list.find( s => s.dictKey == i); |
|
|
|
// console.log("aaaa",a); |
|
|
|
// console.log("aaaa",a); |
|
|
|
if(!!a){ |
|
|
|
if(!!a){ |
|
|
|