diff --git a/pages/SecondPhase/finished/abnorToStore.vue b/pages/SecondPhase/finished/abnorToStore.vue new file mode 100644 index 0000000..c4f5d96 --- /dev/null +++ b/pages/SecondPhase/finished/abnorToStore.vue @@ -0,0 +1,93 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 8629779..25658ed 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -108,4 +108,16 @@ export const twoPdaReturnIn = (no, pcode) => request({ box_no: no, point_code: pcode } +}) +/** + * 异常口入库 + */ +export const twoPdaReback = (type, no, code, pcode) => request({ + url:'api/twoPda/vehicle/reback', + data: { + bill_type: type, + box_no: no, + vehicle_code: code, + point_code: pcode + } }) \ No newline at end of file