diff --git a/src/api/distribution/addTripartiteTransfer.js b/src/api/distribution/addTripartiteTransfer.js index edc7737d..1cf6a62e 100644 --- a/src/api/distribution/addTripartiteTransfer.js +++ b/src/api/distribution/addTripartiteTransfer.js @@ -66,6 +66,17 @@ export const postSaveNewTripartiteTransfer = data => { }); }; +/** + * 新增配载计划 + */ +export const postUpdateTripartiteTransfer = data => { + return request({ + url: '/api/logpm-trunkline/tripartiteTransfer/updateTripartiteTransfer', + method: 'post', + data, + }); +}; + /** * 通过名称查询承运商 */ diff --git a/src/option/distribution/addVehicleStowage.js b/src/option/distribution/addVehicleStowage.js index 2576f496..4f376683 100644 --- a/src/option/distribution/addVehicleStowage.js +++ b/src/option/distribution/addVehicleStowage.js @@ -597,7 +597,7 @@ export const detailsColumnList = [ { prop: 'waybillNo', label: '运单号', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -609,7 +609,7 @@ export const detailsColumnList = [ { prop: 'orderCode', label: '订单自编号', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -631,7 +631,7 @@ export const detailsColumnList = [ { prop: 'destination', label: '到站', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -643,7 +643,7 @@ export const detailsColumnList = [ { prop: 'destinationWarehouseName', label: '目的站', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -655,7 +655,7 @@ export const detailsColumnList = [ { prop: 'shipper', label: '发货单位', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -667,7 +667,7 @@ export const detailsColumnList = [ { prop: 'consignee', label: '收货单位', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -678,7 +678,7 @@ export const detailsColumnList = [ { prop: 'consigneeName', label: '收货人', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -689,7 +689,7 @@ export const detailsColumnList = [ { prop: 'waybillNum', label: '运单总件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -701,7 +701,7 @@ export const detailsColumnList = [ { prop: 'orderNum', label: '件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -712,7 +712,7 @@ export const detailsColumnList = [ { prop: 'planNum', label: '计划件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -723,7 +723,7 @@ export const detailsColumnList = [ { prop: 'loadingNum', label: '订单装车件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -734,7 +734,7 @@ export const detailsColumnList = [ { prop: 'unloadNum', label: '卸车件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -745,7 +745,7 @@ export const detailsColumnList = [ { prop: 'unloadIncome', label: '卸车收入', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -756,7 +756,7 @@ export const detailsColumnList = [ { prop: 'orderLineCost', label: '订单干线成本', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -767,7 +767,7 @@ export const detailsColumnList = [ // { // prop: 'totalNum', // label: '开单单价', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -779,7 +779,7 @@ export const detailsColumnList = [ // { // prop: 'totalNum', // label: '开单名称', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -791,7 +791,7 @@ export const detailsColumnList = [ // { // prop: 'totalNum', // label: '订单开单名称', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -802,7 +802,7 @@ export const detailsColumnList = [ // { // prop: 'productName', // label: '品类名称', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -813,7 +813,7 @@ export const detailsColumnList = [ // { // prop: 'price', // label: '单价', - // type: 1, + // type: 2, // values: '', // width: '150', // checkarr: [], @@ -824,7 +824,7 @@ export const detailsColumnList = [ { prop: 'weight', label: '重量(KG)', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -835,7 +835,7 @@ export const detailsColumnList = [ { prop: 'volume', label: '体积', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -846,7 +846,7 @@ export const detailsColumnList = [ { prop: 'totalFreight', label: '运单运费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -857,7 +857,7 @@ export const detailsColumnList = [ { prop: 'orderFreight', label: '订单运费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -869,7 +869,7 @@ export const detailsColumnList = [ { prop: 'deliveryFee', label: '送货费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -881,7 +881,7 @@ export const detailsColumnList = [ { prop: 'pickupFee', label: '提货费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -893,7 +893,7 @@ export const detailsColumnList = [ { prop: 'warehouseManagementFee', label: '仓库管理费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -905,7 +905,7 @@ export const detailsColumnList = [ { prop: 'storageFee', label: '仓储费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -917,7 +917,7 @@ export const detailsColumnList = [ { prop: 'handlingFee', label: '装卸费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -929,7 +929,7 @@ export const detailsColumnList = [ { prop: 'otherFee', label: '其他费用', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -941,7 +941,7 @@ export const detailsColumnList = [ { prop: 'insuranceFee', label: '保价费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -953,7 +953,7 @@ export const detailsColumnList = [ { prop: 'totalFee', label: '总费用', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -965,7 +965,7 @@ export const detailsColumnList = [ // { // prop: 'freight', // label: '作废运单号', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -976,7 +976,7 @@ export const detailsColumnList = [ { prop: 'remark', label: '运单备注', - type: 1, + type: 2, values: '', width: '180', checkarr: [], diff --git a/src/views/distribution/artery/TripartiteTransfer.vue b/src/views/distribution/artery/TripartiteTransfer.vue index 25a075ac..06596ac7 100644 --- a/src/views/distribution/artery/TripartiteTransfer.vue +++ b/src/views/distribution/artery/TripartiteTransfer.vue @@ -78,9 +78,7 @@