diff --git a/common/api/order.js b/common/api/order.js
index 4a40f03..38d243c 100644
--- a/common/api/order.js
+++ b/common/api/order.js
@@ -122,6 +122,16 @@ export const getNextStationList = (data = {})=> {
return coreRequest(url.getNextStationList, data, {}, "GET")
}
+// 扫描-获取上一网点
+export const getPreStationList = (data = {})=> {
+ return coreRequest(url.getPreStationList, data, {}, "GET")
+}
+
+// 扫描-获取合包列表
+export const getPackCodeList = (data = {})=> {
+ return coreRequest(url.getPackCodeList, data, {}, "GET")
+}
+
// 获取打印运单信息-图片
export const getRealGetWaybillPrintData = (data = {})=> {
return coreRequest(url.getRealGetWaybillPrintData, data, {}, "GET")
diff --git a/common/api/url.js b/common/api/url.js
index 06478e8..25b0990 100644
--- a/common/api/url.js
+++ b/common/api/url.js
@@ -40,6 +40,8 @@ export default {
getRealGetWaybillPrintData: `/emis/emisWaybill/realGetPrintList`, // 运单 打印数据
queryPrintListSimple: `/emis/emisWaybill/queryPrintListSimple`, // 运单 打印数据-列表
getNextStationList: `/emis/emisTmsScanRecord/getNextStationList`, // 获取-扫描下一网点
+ getPreStationList: `/emis/emisTmsScanRecord/getPreStationList`, // 获取-扫描上一网点
+ getPackCodeList: `/emis/emisTmsPack/listSimple`, // 获取-合包列表
getPayeeList: `/emis/emisStaff/getPayeeList`, // 回款人联系列表
getSalemanList: `/emis/emisStaff/getSalemanList`, // 销售人联系列表
preCalcWaybillFee: `/emis/emisWaybill/preCalcWaybillFee`, // 报价试算
diff --git a/common/scanUtil.js b/common/scanUtil.js
index 2a6ad2d..794c4c1 100644
--- a/common/scanUtil.js
+++ b/common/scanUtil.js
@@ -10,7 +10,8 @@ export const scanTypeEnum = {
liuCang: 70, // 留仓
zhuanJian: 80, // 转件
-
+ heBao: 200, // 合包
+ chaiBao: 201, // 拆包
qingGuan: 800, // 清关
baoGUan: 700, // 报关
}
diff --git a/pages/deliveryDeal/qutgoingScanning.vue b/pages/deliveryDeal/qutgoingScanning.vue
index 7c05200..0f84f7e 100644
--- a/pages/deliveryDeal/qutgoingScanning.vue
+++ b/pages/deliveryDeal/qutgoingScanning.vue
@@ -90,7 +90,6 @@
pageLoading: true,
queryOption: {
billCode: '', // 运单id
- orderSn: '', // 订单id
},
resData: {
list: []
@@ -115,7 +114,7 @@
methods: {
getNextStationList: apiService.getNextStationList,
initData() {
- this.submitParam.billCode = this.queryOption.billCode || this.queryOption.orderSn
+ this.submitParam.billCode = this.queryOption.billCode
},
async handleSubmit(val) {
let extParam = {}
diff --git a/pages/tms/coPackingScanning.vue b/pages/tms/coPackingScanning.vue
index 79bdedf..0538eb4 100644
--- a/pages/tms/coPackingScanning.vue
+++ b/pages/tms/coPackingScanning.vue
@@ -1,88 +1,77 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- { }" v-slot="curTab"
- >
-
- ({{curTab.item.val}})
-
-
-
-
-
-
-
-
- 订单号
- T2919292
-
-
- 重量
- 3KG
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- 打印合包条码
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 订单号
+ {{item.billCode}}
+
+
+ 重量
+ 3KG
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 打印合包条码
+
+
+
+
+