change
This commit is contained in:
@@ -157,7 +157,7 @@
|
|||||||
},
|
},
|
||||||
async _getMaterialSuppByVehicleCode () {
|
async _getMaterialSuppByVehicleCode () {
|
||||||
try {
|
try {
|
||||||
let res = await getMaterialSuppByVehicleCode(this.index2)
|
let res = await getMaterialSuppByVehicleCode(this.val2)
|
||||||
if (res.code === '200') {
|
if (res.code === '200') {
|
||||||
this.currentData = res.data
|
this.currentData = res.data
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -316,7 +316,7 @@ export const combination = (vcode, pcsn, mid, spcode, spname, sweight) => reques
|
|||||||
})
|
})
|
||||||
|
|
||||||
// 确认取货
|
// 确认取货
|
||||||
export const pickUp = () => request({
|
export const pickUp = (pcode, pstatus) => request({
|
||||||
url:'api/pda/iosOut/pickUp',
|
url:'api/pda/iosOut/pickUp',
|
||||||
data: {}
|
data: {point_code: pcode, point_status: pstatus}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user