From 1601a60a93aa1fd92807853d4a445643cfa09d08 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Fri, 12 Jul 2024 12:02:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=BD=A8=E8=BF=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/distributionParcelList.js | 8 +- src/api/distribution/packageNodeSearch.js | 353 ++++++++++-------- src/components/pric/tablePric.vue | 41 +- .../Deliverymaintenancecosts.vue | 151 ++++++-- .../WarehouseTemplateHome.vue | 6 +- .../signdetail/packageNodeSearch.vue | 12 +- 6 files changed, 358 insertions(+), 213 deletions(-) diff --git a/src/api/distribution/distributionParcelList.js b/src/api/distribution/distributionParcelList.js index d489bc5b..b8dbae5f 100644 --- a/src/api/distribution/distributionParcelList.js +++ b/src/api/distribution/distributionParcelList.js @@ -139,11 +139,11 @@ export const getPackageList = params => { }); }; -export const $_searchNode = (params) => { +export const $_searchNode = (data) => { return request({ - url: '/api/logpm-distribution/distributionParcelList/searchNode', - method: 'get', - params + url: '/api/logpm-warehouse/packageTrackLog/finaPackageTrackLogList', + method: 'post', + data }); }; diff --git a/src/api/distribution/packageNodeSearch.js b/src/api/distribution/packageNodeSearch.js index 84ccba74..d7e95197 100644 --- a/src/api/distribution/packageNodeSearch.js +++ b/src/api/distribution/packageNodeSearch.js @@ -1,163 +1,192 @@ -export const columnList = [ - // { - // prop: '', - // label: '复选框', - // type: 0, - // width: 55, - // fixed: true, - // }, - { - prop: '', - label: '序号', - type: 12, - values: '', - width: 55, - fixed: true, - }, - { - prop: 'warehouseName', - label: '仓库名称', - type: 1, - values: '', - width: '100', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'waybillNumber', - label: '运单号', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'orderCode', - label: '订单自编号', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'orderPackageCode', - label: '包条码', - type: 1, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'nodeName', - label: '操作名称', - type: 1, - values: '', - width: '100', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'allocationName', - label: '所在库位', - type: 1, - values: '', - width: '100', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'trayName', - label: '托盘名称', - type: 1, - values: '', - width: '100', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - - - { - prop: 'tranNumber', - label: '车次号', - type: 1, - values: '', - width: '140', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'quantity', - label: '数量', - type: 1, - values: '', - width: '100', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'nodeControlsUserName', - label: '操作人名称', - type: 1, - values: '', - width: '100', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'nodeTime', - label: '操作时间', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'description', - label: '操作描述', - type: 1, - values: '', - width: '200', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - - // { - // prop: 'createUserName', - // label: '操作', - // type: 6, - // values: '', - // width: '100', - // checkarr: [], - // fixed: 'right', - // sortable: false, - // }, - ] \ No newline at end of file + /** 流转节点 */ +export const columnList = [ + // { + // prop: 'createUserName', + // label: '复选框', + // type: 0, + // values: '', + // width: '55', + // checkarr: [], + // fixed: false, + // }, + { + prop: 'createUserName', + label: '序号', + type: 12, + values: '', + width: '55', + checkarr: [], + fixed: false, + }, + { + prop: 'warehouseName', + label: '仓库', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + // { + // prop: 'createTime', + // label: '订单自编号', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { + prop: 'orderPackageCode', + label: '包条码', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'operator', + label: '操作人', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'content', + label: '描述', + type: 1, + values: '', + width: '250', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'createTime', + label: '操作时间', + type: 1, + values: '', + width: '250', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'workNodeName', + label: '节点', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + // { + // prop: 'createUserName', + // label: '是否干仓配', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '服务类型', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '流转节点', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '库位', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '托盘码', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '一级品名称', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '二级品名称', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '三级品名称', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '物料名称', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'createUserName', + // label: '物料编码', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, +]; \ No newline at end of file diff --git a/src/components/pric/tablePric.vue b/src/components/pric/tablePric.vue index a910a892..7c4e0b96 100644 --- a/src/components/pric/tablePric.vue +++ b/src/components/pric/tablePric.vue @@ -29,11 +29,11 @@ remote-show-suffix :remote-method="categoriesearch" :placeholder="'请选择' + column.label" - :loading=scope.row.loading - loading-text='正在查询中...' + :loading="scope.row.loading" + loading-text="正在查询中..." @focus="categoriesSearchfocus(column, scope.row)" - :disabled=column.show - @change='selectChange' + :disabled="column.show" + @change="selectChange" > + + + + @@ -54,22 +72,21 @@ - + diff --git a/src/views/cost/Deliverycostmanagement/Deliverymaintenancecosts.vue b/src/views/cost/Deliverycostmanagement/Deliverymaintenancecosts.vue index 458562b6..5c889a6c 100644 --- a/src/views/cost/Deliverycostmanagement/Deliverymaintenancecosts.vue +++ b/src/views/cost/Deliverycostmanagement/Deliverymaintenancecosts.vue @@ -143,6 +143,12 @@ + + + + + +