diff --git a/src/api/distribution/directMerchantSign.js b/src/api/distribution/directMerchantSign.js new file mode 100644 index 00000000..cbe6c6ee --- /dev/null +++ b/src/api/distribution/directMerchantSign.js @@ -0,0 +1,27 @@ +import request from '@/axios'; + +/** + * 直发商家签收列表 + * @param {*} data + * @returns + */ +export const postFindSignOrderPageList = data => { + return request({ + url: '/api/logpm-trunkline/carsLoad/findSignOrderPageList', + method: 'post', + data, + }); +}; + +/** + * 直发商家签收列表 + * @param {*} data + * @returns + */ +export const postFindSignPhotoList = data => { + return request({ + url: '/api/logpm-trunkline/carsLoad/findSignPhotoList', + method: 'post', + data, + }); +}; diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js index ee0efc9e..59c45359 100644 --- a/src/option/distribution/TripartiteTransfer.js +++ b/src/option/distribution/TripartiteTransfer.js @@ -338,6 +338,16 @@ export const detailsColumnList = [ fixed: false, sortable: true, }, + { + prop: 'destinationWarehouseName', + label: '运单目的仓', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'scanStatusName', label: '装卸状态', diff --git a/src/option/distribution/VehicleArrivalManagement.js b/src/option/distribution/VehicleArrivalManagement.js index 34ad3cfb..1aa68d1d 100644 --- a/src/option/distribution/VehicleArrivalManagement.js +++ b/src/option/distribution/VehicleArrivalManagement.js @@ -99,16 +99,19 @@ export const columnList = [ // fixed: false, // sortable: true, // }, - // { - // prop: 'endTime', - // label: '直发商家', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, + { + prop: 'isCustomerName', + label: '是否直发商家', + type: 6, + values: '', + width: '130', + checkarr: [ + { label: '是', value: '1' }, + { label: '否', value: '2' }, + ], + fixed: false, + sortable: true, + }, // { // prop: 'planVolume', // label: '类型', diff --git a/src/option/distribution/VehicleStowage.js b/src/option/distribution/VehicleStowage.js index dc850f17..9eac2c5b 100644 --- a/src/option/distribution/VehicleStowage.js +++ b/src/option/distribution/VehicleStowage.js @@ -99,19 +99,19 @@ export const columnList = [ // fixed: false, // sortable: true, // }, - // { - // prop: 'isCustomerName', - // label: '是否直发商家', - // type: 6, - // values: '', - // width: '130', - // checkarr: [ - // { label: '是', value: '1' }, - // { label: '否', value: '2' }, - // ], - // fixed: false, - // sortable: true, - // }, + { + prop: 'isCustomerName', + label: '是否直发商家', + type: 6, + values: '', + width: '130', + checkarr: [ + { label: '是', value: '1' }, + { label: '否', value: '2' }, + ], + fixed: false, + sortable: true, + }, // { // prop: 'planVolume', // label: '类型', diff --git a/src/option/distribution/directMerchantSign.js b/src/option/distribution/directMerchantSign.js new file mode 100644 index 00000000..565f7c26 --- /dev/null +++ b/src/option/distribution/directMerchantSign.js @@ -0,0 +1,154 @@ +/** 签收列表 */ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'carsNo', + label: '车次号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'loadSignCode', + label: '签收号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'belongToWarehouseName', + label: '归属仓库', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'mallName', + label: '商场名称', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'mallPerson', + label: '商场联系人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'mallMobile', + label: '商场电话', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'mallAddress', + label: '商场地址', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverName', + label: '司机名称', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'planNum', + label: '计划数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'loadingNum', + label: '装车数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'signNum', + label: '签收数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'signStatusName', + label: '签收状态', + type: 14, + values: '', + width: '130', + checkarr: [ + { label: '未签收', value: '0' }, + { label: '部分签收', value: '10' }, + { label: '已签收', value: '20' }, + ], + fixed: false, + sortable: true, + }, + { + prop: 'createUserName', + label: '操作', + type: 6, + values: '', + width: '200', + checkarr: [], + fixed: 'right', + sortable: false, + }, +]; diff --git a/src/views/distribution/artery/AddVehicleStowage.vue b/src/views/distribution/artery/AddVehicleStowage.vue index 8756fd4a..4d98fe1e 100644 --- a/src/views/distribution/artery/AddVehicleStowage.vue +++ b/src/views/distribution/artery/AddVehicleStowage.vue @@ -27,7 +27,15 @@ -
+
{ details.pageInfo = data; details.nodeInfoData = [ { + index: 1, nodeName: data.startWarehouseInfo.warehouseName, nodeId: data.startWarehouseInfo.warehouseId, linkMan: data.startWarehouseInfo.linkMan, @@ -1038,6 +1052,7 @@ const onLoad = async () => { details.nodeInfoData = handleEditForbidden( data.allCarsLineList.map((val, index) => { const _node = { + index, ...val, // 筛选 query: {}, @@ -1388,6 +1403,7 @@ const handleAddNode = async (index: number) => { } details.nodeInfoData.splice(index + 1, 0, { + index: index + 1, // 筛选 query: {}, // 时间筛选 @@ -1877,6 +1893,8 @@ const nodeCostSubmit = async () => { /** 提交 */ const handleSubmit = (formEl: FormInstance | undefined) => { + if (details.nodeInfoData.length <= 1) return ElMessage.warning('最少存在一个目的仓'); + if (btnLoadingObj.submitBtn) return; if (!formEl) return; formEl.validate((valid, fields) => { diff --git a/src/views/distribution/artery/TripartiteTransfer.vue b/src/views/distribution/artery/TripartiteTransfer.vue index ba25c705..f4b0e01a 100644 --- a/src/views/distribution/artery/TripartiteTransfer.vue +++ b/src/views/distribution/artery/TripartiteTransfer.vue @@ -202,6 +202,7 @@ {{ slotProps.scope.row.loadStatusName }} + +