diff --git a/src/api/modular/main/BookingLedger.js b/src/api/modular/main/BookingLedger.js index 12e7b22..9a07987 100644 --- a/src/api/modular/main/BookingLedger.js +++ b/src/api/modular/main/BookingLedger.js @@ -297,6 +297,7 @@ export function GetYardData(parameter) { return axios({ url: '/BookingOrder/GetYardData', method: 'get', + timeout: 30 * 1000, params: parameter }) } diff --git a/src/api/modular/main/SendCar.js b/src/api/modular/main/SendCar.js index 12b884d..138ef7c 100644 --- a/src/api/modular/main/SendCar.js +++ b/src/api/modular/main/SendCar.js @@ -36,6 +36,66 @@ export function DjyCustomerQuerytDjyCustomerInfo(parameter) { params: parameter }) } +/** + * 通过职位获取用户信息 + * + * @author Myshipping + */ +export function sysUserQueryUserByPos(parameter) { + return axios({ + url: '/sysUser/QueryUserByPos', + method: 'get', + params: parameter + }) +} +/** + * 获取派车详情 + * + * @author Myshipping + */ +export function BookingTruckGetInfo(parameter) { + return axios({ + url: '/BookingTruck/GetInfo', + method: 'get', + params: parameter + }) +} +/** + * 撤销派车 + * + * @author Myshipping + */ +export function BookingTruckCancel(parameter) { + return axios({ + url: '/BookingTruck/Cancel', + method: 'get', + params: parameter + }) +} +/** + * 删除派车 + * + * @author Myshipping + */ +export function apibookingtruck(parameter) { + return axios({ + url: `/api/bookingtruck/${parameter}`, + method: 'DELETE' + }) +} +/** + * 打印派车 + * + * @author Myshipping + */ +export function BookingTruckPrint(parameter) { + return axios({ + url: '/BookingTruck/Print', + method: 'get', + params: parameter + }) +} + /** * 添加订舱模板 * diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index a1fb495..93364ed 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -79,7 +79,7 @@ - - + --> - - + + 打印 - + 保存 - + 提交派车 - + 撤销派车 - +

车队信息

@@ -109,37 +109,37 @@

派车通知详细信息

- + - + - - + + - + - - - + + + - + - + @@ -160,23 +160,19 @@ - - + {{ item.shortName }} @@ -184,8 +180,13 @@ - - + + {{ item.name }} @@ -247,23 +248,19 @@ - - + {{ item.shortName }} @@ -271,8 +268,13 @@ - - + + {{ item.name }} @@ -299,7 +301,7 @@ - + {{ item.name }} @@ -311,7 +313,7 @@ 箱信息

- +