From 04790cbcd1b7edb9b4634f3366816084ef804283 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 13 Nov 2024 11:42:41 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/distribution/packageNodeSearch.js | 39 +- src/components/edittablehead/index.vue | 8 +- src/components/newTablecmt/newTablecmt.vue | 665 ------------------ src/components/tablecmt/tablecmt.vue | 16 +- .../finance/ReconciliationDepositSlip.js | 98 +-- .../parcelList/distributionParcelList.vue | 31 +- 6 files changed, 108 insertions(+), 749 deletions(-) delete mode 100644 src/components/newTablecmt/newTablecmt.vue diff --git a/src/api/distribution/packageNodeSearch.js b/src/api/distribution/packageNodeSearch.js index d7e95197..51da6715 100644 --- a/src/api/distribution/packageNodeSearch.js +++ b/src/api/distribution/packageNodeSearch.js @@ -1,5 +1,4 @@ - - /** 流转节点 */ +/** 流转节点 */ export const columnList = [ // { // prop: 'createUserName', @@ -22,7 +21,7 @@ export const columnList = [ { prop: 'warehouseName', label: '仓库', - type: 1, + type: 30, values: '', width: '130', checkarr: [], @@ -32,7 +31,7 @@ export const columnList = [ // { // prop: 'createTime', // label: '订单自编号', - // type: 1, + // type: 30, // values: '', // width: '150', // checkarr: [], @@ -42,7 +41,7 @@ export const columnList = [ { prop: 'orderPackageCode', label: '包条码', - type: 1, + type: 30, values: '', width: '150', checkarr: [], @@ -52,7 +51,7 @@ export const columnList = [ { prop: 'operator', label: '操作人', - type: 1, + type: 30, values: '', width: '130', checkarr: [], @@ -62,7 +61,7 @@ export const columnList = [ { prop: 'content', label: '描述', - type: 1, + type: 30, values: '', width: '250', checkarr: [], @@ -72,7 +71,7 @@ export const columnList = [ { prop: 'createTime', label: '操作时间', - type: 1, + type: 30, values: '', width: '250', checkarr: [], @@ -82,7 +81,7 @@ export const columnList = [ { prop: 'workNodeName', label: '节点', - type: 1, + type: 30, values: '', width: '130', checkarr: [], @@ -92,7 +91,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '是否干仓配', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -102,7 +101,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '服务类型', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -112,7 +111,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '流转节点', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -122,7 +121,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '库位', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -132,7 +131,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '托盘码', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -142,7 +141,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '一级品名称', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -152,7 +151,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '二级品名称', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -162,7 +161,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '三级品名称', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -172,7 +171,7 @@ export const columnList = [ // { // prop: 'createUserName', // label: '物料名称', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], @@ -182,11 +181,11 @@ export const columnList = [ // { // prop: 'createUserName', // label: '物料编码', - // type: 1, + // type: 30, // values: '', // width: '130', // checkarr: [], // fixed: false, // sortable: true, // }, -]; \ No newline at end of file +]; diff --git a/src/components/edittablehead/index.vue b/src/components/edittablehead/index.vue index e18214f5..d06fdca5 100644 --- a/src/components/edittablehead/index.vue +++ b/src/components/edittablehead/index.vue @@ -163,7 +163,13 @@ const initTable = async () => { if (item.prop + item.label + item.type !== value.prop + value.label + value.type) continue; item.checkarr = value.checkarr || []; - _setArr.push({ ...value, width: item.width }); + _setArr.push({ + ...value, + width: item.width, + fixed: item.fixed, + head: item.head, + sortable: item.sortable, + }); _oldArr.splice(i, 1); break; } diff --git a/src/components/newTablecmt/newTablecmt.vue b/src/components/newTablecmt/newTablecmt.vue deleted file mode 100644 index 47c4f2d0..00000000 --- a/src/components/newTablecmt/newTablecmt.vue +++ /dev/null @@ -1,665 +0,0 @@ - - - - diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 46d1a907..f872d8cb 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -375,6 +375,12 @@ let props = defineProps({ required: false, default: true, }, + /** 是否保存表头宽度设置 */ + isSave: { + type: Boolean as PropType, + required: false, + default: false, + }, }); /** 勾选数据统计 */ const selectCount = ref([]); @@ -736,10 +742,12 @@ const handleWidthChange = (newWidth, oldWidth, column, event) => { console.log('props.columnListName :>> ', props.columnListName); - // postSaveTableSeting({ - // tableKey: $route.path + props.columnListName, - // tableSetCongig: JSON.stringify(props.columnList), - // }); + if (props.isSave) return; + + postSaveTableSeting({ + tableKey: $route.path + props.columnListName, + tableSetCongig: JSON.stringify(props.columnList), + }); }; defineExpose({ handleCheckSelect, handleClearSelect }); diff --git a/src/option/finance/ReconciliationDepositSlip.js b/src/option/finance/ReconciliationDepositSlip.js index 3ae52fbb..0bf2596b 100644 --- a/src/option/finance/ReconciliationDepositSlip.js +++ b/src/option/finance/ReconciliationDepositSlip.js @@ -157,7 +157,7 @@ export const columnList = [ label: '品类件数', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -168,7 +168,7 @@ export const columnList = [ label: '品类单价', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -179,7 +179,7 @@ export const columnList = [ label: '总件数', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -191,7 +191,7 @@ export const columnList = [ label: '总重量', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -203,7 +203,7 @@ export const columnList = [ label: '总体积', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -215,7 +215,7 @@ export const columnList = [ label: '订单开单价', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -226,7 +226,7 @@ export const columnList = [ label: '实际费用', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -238,7 +238,7 @@ export const columnList = [ label: '开单运费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -250,7 +250,7 @@ export const columnList = [ label: '实际运费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -262,7 +262,7 @@ export const columnList = [ label: '开单提货费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -274,7 +274,7 @@ export const columnList = [ label: '实际提货费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -298,7 +298,7 @@ export const columnList = [ label: '仓储费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -310,7 +310,7 @@ export const columnList = [ label: '仓储管理费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -322,7 +322,7 @@ export const columnList = [ label: '仓储分拣费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -334,7 +334,7 @@ export const columnList = [ label: '仓储操作费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -370,7 +370,7 @@ export const columnList = [ label: '实际配送费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -382,7 +382,7 @@ export const columnList = [ label: '配送装卸费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -394,7 +394,7 @@ export const columnList = [ label: '配送分货费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -406,7 +406,7 @@ export const columnList = [ label: '配送上楼费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -418,7 +418,7 @@ export const columnList = [ label: '配送平移费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -430,7 +430,7 @@ export const columnList = [ label: '配送其它费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -442,7 +442,7 @@ export const columnList = [ label: '超区公里费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -454,7 +454,7 @@ export const columnList = [ label: '安装费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -466,7 +466,7 @@ export const columnList = [ label: '其他费用', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -815,7 +815,7 @@ export const columnListB = [ label: '品类件数', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -826,7 +826,7 @@ export const columnListB = [ label: '品类单价', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -837,7 +837,7 @@ export const columnListB = [ label: '总件数', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -849,7 +849,7 @@ export const columnListB = [ label: '总重量', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -861,7 +861,7 @@ export const columnListB = [ label: '总体积', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -873,7 +873,7 @@ export const columnListB = [ label: '订单开单价', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -885,7 +885,7 @@ export const columnListB = [ label: '实际费用', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -897,7 +897,7 @@ export const columnListB = [ label: '开单运费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -909,7 +909,7 @@ export const columnListB = [ label: '实际运费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -921,7 +921,7 @@ export const columnListB = [ label: '开单提货费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -933,7 +933,7 @@ export const columnListB = [ label: '实际提货费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -957,7 +957,7 @@ export const columnListB = [ label: '仓储费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -969,7 +969,7 @@ export const columnListB = [ label: '仓储管理费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -981,7 +981,7 @@ export const columnListB = [ label: '仓储分拣费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -993,7 +993,7 @@ export const columnListB = [ label: '仓储操作费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1017,7 +1017,7 @@ export const columnListB = [ label: '开单配送费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1029,7 +1029,7 @@ export const columnListB = [ label: '实际配送费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1041,7 +1041,7 @@ export const columnListB = [ label: '配送装卸费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1053,7 +1053,7 @@ export const columnListB = [ label: '配送分货费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1065,7 +1065,7 @@ export const columnListB = [ label: '配送上楼费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1077,7 +1077,7 @@ export const columnListB = [ label: '配送平移费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1089,7 +1089,7 @@ export const columnListB = [ label: '配送其它费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1101,7 +1101,7 @@ export const columnListB = [ label: '超区公里费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1113,7 +1113,7 @@ export const columnListB = [ label: '安装费', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -1125,7 +1125,7 @@ export const columnListB = [ label: '其他费用', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, diff --git a/src/views/warehouse/parcelList/distributionParcelList.vue b/src/views/warehouse/parcelList/distributionParcelList.vue index d442f72d..c5ed5a0a 100644 --- a/src/views/warehouse/parcelList/distributionParcelList.vue +++ b/src/views/warehouse/parcelList/distributionParcelList.vue @@ -202,7 +202,13 @@ import { import { getDictionaryBiz } from '@/api/system/dict'; import option from '@/option/distribution/distributionParcelList'; import { mapGetters } from 'vuex'; -import { downloadXls, debounce, setNodeHeight, handleClearTableQuery } from '@/utils/util'; +import { + downloadXls, + debounce, + setNodeHeight, + handleClearTableQuery, + handleInputQuery, +} from '@/utils/util'; import { showInventoryPackgeCode } from '@/api/distribution/distributionStockList'; import { showOrderPackgeCode } from '@/api/distribution/distributionStockArticle'; import print from '@/utils/print'; @@ -672,7 +678,7 @@ export default { label: '操作', type: 6, values: '', - width: '130', + width: '200', checkarr: [], fixed: 'right', sortable: true, @@ -721,13 +727,19 @@ export default { this.loading = true; this.loadingObj.pageLoading = true; try { - if (Object.keys(this.query).length === 0) return (this.data = []); + const _submitData = { ...params, ...this.query }; + const keys = Object.keys(_submitData); + for (let i = 0; i < keys.length; i++) { + const _key = keys[i]; + const _val = _submitData[_key]; + + if (_val || _val === 0) continue; + delete _submitData[_key]; + } + + if (Object.keys(_submitData).length === 0) return (this.data = []); - const res = await getpage( - page.currentPage, - page.pageSize, - Object.assign(params, this.query) - ); + const res = await getpage(page.currentPage, page.pageSize, _submitData); const { code, data } = res.data; if (code !== 200) return; console.log(res, '获取到的页面初始值'); @@ -863,8 +875,7 @@ export default { }, inputsc(index, row) { - this.query[row.prop] = index; - if (!index) delete this.query[row.prop]; + handleInputQuery(index, row, this.query); this.page.currentPage = 1; this.onLoad(this.page); }, From b73eaa95970f4313af16f56756e76e21ec56823f Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 13 Nov 2024 17:50:02 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tablecmt/tablecmt.vue | 28 +- src/option/basicdata/BackStockTask.js | 36 +- .../basicdata/basicdataWarehouseTemp.js | 743 +++++++++--------- .../warehouse/tray/basicdataTrayedt.vue | 96 ++- .../artery/truckLoadingDetails.vue | 7 +- src/views/waybill/orderPackageList.vue | 2 +- 6 files changed, 473 insertions(+), 439 deletions(-) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index f872d8cb..2cc90511 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -24,6 +24,7 @@ :label="column.label" :fixed="column.fixed" :sortable="column.sortable" + :show-overflow-tooltip="column.isextrahide === false ? false : true" :selectable="isselectfun" v-show="column.head" > @@ -37,7 +38,7 @@ :prop="column.prop" :label="column.label" flexible - show-overflow-tooltip + :show-overflow-tooltip="column.isextrahide === false ? false : true" class="el_boxsa" > + + + + + + + + + + + + + + + + + + + diff --git a/src/views/reportforms/DeliveryDetailsVtwo.vue b/src/views/reportforms/DeliveryDetailsVtwo.vue index 09ebd70e..d8d254cc 100644 --- a/src/views/reportforms/DeliveryDetailsVtwo.vue +++ b/src/views/reportforms/DeliveryDetailsVtwo.vue @@ -63,7 +63,7 @@ - + From 0dbf395280c70afdb8cfd3b211d1a9487f06d517 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 14 Nov 2024 09:34:51 +0800 Subject: [PATCH 5/9] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9B=B6=E6=8B=85?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E6=9C=AA=E9=BD=90=E5=A5=97=E6=94=B9=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SelectBox/SelectBox.vue | 5 +- .../distribution/inventory/BookingNote.vue | 94 ++++++++++++++++++- src/views/waybill/CreateZeroOrder.vue | 2 + 3 files changed, 99 insertions(+), 2 deletions(-) diff --git a/src/components/SelectBox/SelectBox.vue b/src/components/SelectBox/SelectBox.vue index 4c95168f..757e2448 100644 --- a/src/components/SelectBox/SelectBox.vue +++ b/src/components/SelectBox/SelectBox.vue @@ -21,7 +21,7 @@ : 'min-width:' + props.minWidth : '' " - v-if="isShowBox" + v-if="isShowBox && !props.disabled" >
> ', props); + const $emit = defineEmits(['update:modelValue']); const _computed = computed({ diff --git a/src/views/distribution/inventory/BookingNote.vue b/src/views/distribution/inventory/BookingNote.vue index 7d8b8dbc..26550851 100644 --- a/src/views/distribution/inventory/BookingNote.vue +++ b/src/views/distribution/inventory/BookingNote.vue @@ -71,9 +71,50 @@ > + + + + + { getLazyTreeAll().then(res => { if (res.data.success) { details.regionOptione = res.data.data; + + // 转译到站 + if (details.regionOptione.length !== 0) { + handleTranslationLocation('departure'); + handleTranslationLocation('destination'); + } } }); +// 改单时, 对数据库内到站值进行转译 +const handleTranslationLocation = key => { + // 获取数据库中地址值 + const _location = details.query[key]; + + let _arr = []; + + // 循环查找匹配的到站地址 + for (const iterator of details.regionOptione) { + let isBreak = false; + + if (iterator.label === _location) { + _arr = [iterator.label]; + isBreak = true; + } else if (getObjType(iterator.children) === 'array') { + for (const item of iterator.children) { + if (item.label === _location) { + _arr = [iterator.label, item.label]; + isBreak = true; + break; + } else if (getObjType(item.children) === 'array') { + for (const value of item.children) { + if (value.label === _location) { + _arr = [iterator.label, item.label, value.label]; + isBreak = true; + break; + } + } + } + } + if (isBreak) break; + } + + if (isBreak) break; + } + + const _label = _arr.slice(1).join('/'); + + details.query[key] = _label; +}; + /** 请求页面数据 */ const onLoad = async () => { try { @@ -1360,8 +1448,12 @@ const onLoad = async () => { details.query.daoPay = isNumber(data.warehouseWaybill.dPay) ? Number(data.warehouseWaybill.dPay) : data.warehouseWaybill.dPay; + // 转译到站 - console.log('details.query :>> ', details.query); + if (details.regionOptione.length !== 0) { + handleTranslationLocation('departure'); + handleTranslationLocation('destination'); + } // 初始化goodsList if (data.warehouseWaybill.detailList.length === 0) diff --git a/src/views/waybill/CreateZeroOrder.vue b/src/views/waybill/CreateZeroOrder.vue index 34da83a3..e7f9cf28 100644 --- a/src/views/waybill/CreateZeroOrder.vue +++ b/src/views/waybill/CreateZeroOrder.vue @@ -543,6 +543,7 @@ :focus="handleCloseSelcet" v-model="item.goodsName" :class="!item.goodsId ? 'is-error' : ''" + :disabled="query.zeroEditStatus === 0" placeholder="货物名称" >
@@ -565,6 +566,7 @@ Date: Thu, 14 Nov 2024 09:37:29 +0800 Subject: [PATCH 6/9] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9B=B6=E6=8B=85?= =?UTF-8?q?=E6=94=B9=E5=8D=95=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/waybill/CreateZeroOrder.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/waybill/CreateZeroOrder.vue b/src/views/waybill/CreateZeroOrder.vue index e7f9cf28..99128c0b 100644 --- a/src/views/waybill/CreateZeroOrder.vue +++ b/src/views/waybill/CreateZeroOrder.vue @@ -1813,6 +1813,9 @@ const initPageInfo = async () => { handleTranslationLocation('destination'); } + if (details.query.zeroEditStatus === 0) + ElMessage.warning('该零担运单始发仓或目的仓未齐套,禁止编辑货物名称和件数'); + // 初始化goodsList if (data.warehouseWaybill.detailList.length === 0) details.goodsList = [ From 5cd4cc31e05b42f26596074b60a03d975ac5e6a6 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Thu, 14 Nov 2024 09:51:30 +0800 Subject: [PATCH 7/9] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/aftersales/aftersalesWorkOrder.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/aftersales/aftersalesWorkOrder.vue b/src/views/aftersales/aftersalesWorkOrder.vue index 31bbf78d..25aeb594 100644 --- a/src/views/aftersales/aftersalesWorkOrder.vue +++ b/src/views/aftersales/aftersalesWorkOrder.vue @@ -572,6 +572,7 @@ const warehouseData = ref([]); //仓库信息 const UserInfo = ref({}); //登陆人信息 const assignFromForm = ref(null); //指派客服表单实例 const dialogSearch = ref(false); //弹窗搜索 +const dialogSearchTitle=ref('');//弹出搜索记录 const ExportObjects = ref({ tcTableexport: false, //本地导出 ExportSelection: false, //导出选择弹窗 @@ -2348,6 +2349,9 @@ const Assignbutton = async () => { * 5.最终将选择的客服信息,分配给对应的工单 */ const MultilineSearch = (title, input) => { + dialogSearchTitle.value = title + console.log(dialogSearchTitle.value,'dialogSearchTitle.value'); + if (input) { const formattedInput = input.split(',').join('\n'); TopQuery.value.inputAll = formattedInput; // 赋值给 inputAll @@ -2385,7 +2389,13 @@ const dialogSearchSubmit = () => { const joinedLines = lines.join(','); // 使用逗号连接,无空格 // 5.将连接起来的数据重新赋值给workOrderNumber - TopQuery.value.workOrderNumbers = joinedLines; + + if(dialogSearchTitle.value == '工单号搜索'){ + TopQuery.value.workOrderNumbers = joinedLines; + }else if(dialogSearchTitle.value == '订单自编号搜索'){ + TopQuery.value.orderCodes = joinedLines; + + } Searchboxpop.value.dialogSearch = false; //关闭弹窗 console.log(details.query, 'details.query'); From 546116eff44a706a9fb0cf8b75923e2a1700239f Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 14 Nov 2024 10:49:32 +0800 Subject: [PATCH 8/9] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E8=BD=BD?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/util.js | 7 ++++--- src/views/distribution/artery/VehicleStowageDetails.vue | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/utils/util.js b/src/utils/util.js index 94f83a45..337b3784 100644 --- a/src/utils/util.js +++ b/src/utils/util.js @@ -665,7 +665,7 @@ export const isNumber = value => { * 向下保留小数位 * @param {*} num -- 被截取数 * @param {*} decimalPlaces -- 保留小数位 - * @returns + * @returns */ export function floorToDecimalPlaces(num, decimalPlaces) { const factor = Math.pow(10, decimalPlaces); @@ -812,9 +812,10 @@ export function handleTranslationDataSeclect(data, columnList, fn = (value, item * @param {object} col 每列的配置 * @param {object} query 存储查询条件的对象 * @param {Boolean} isRegExp 是否将输入的值转换为正则表达式 + * @param {Boolean} isStart 正则是否从头开始匹配 * @returns */ -export const handleInputQuery = (value, col, query, isRegExp = false) => { +export const handleInputQuery = (value, col, query, isRegExp = false, isStart = true) => { if (getObjType(query) !== 'object') return; if (getObjType(col) !== 'object') return; if (!value && value !== 0) { @@ -822,7 +823,7 @@ export const handleInputQuery = (value, col, query, isRegExp = false) => { return; } - const _value = isRegExp ? new RegExp('^' + value) : value; + const _value = isRegExp ? new RegExp(isStart ? '^' : '' + value) : value; query[col.prop] = _value; }; diff --git a/src/views/distribution/artery/VehicleStowageDetails.vue b/src/views/distribution/artery/VehicleStowageDetails.vue index e7aff9c5..d29eaf94 100644 --- a/src/views/distribution/artery/VehicleStowageDetails.vue +++ b/src/views/distribution/artery/VehicleStowageDetails.vue @@ -950,7 +950,7 @@ const handleData = async () => { /** 表格表头输入框搜索 */ const inputsc = (value, row) => { - handleInputQuery(value, row, details.query.inputQuery, true); + handleInputQuery(value, row, details.query.inputQuery, true, false); handleData(); }; From 78b6ab0aac27ed03df04c1565df206981a78f21c Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 14 Nov 2024 11:45:17 +0800 Subject: [PATCH 9/9] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E8=AF=A6=E6=83=85bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/distribution/inventory/BookingNote.vue | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/views/distribution/inventory/BookingNote.vue b/src/views/distribution/inventory/BookingNote.vue index 26550851..f66b4607 100644 --- a/src/views/distribution/inventory/BookingNote.vue +++ b/src/views/distribution/inventory/BookingNote.vue @@ -1013,9 +1013,6 @@ :columnList="details.WaybillTrackingColumnList" :tableData="data" :loading="loadingObj.stowageLoading" - @inputTxt="inputsc" - @timeCheck="timesc" - @btnCheck="btnsc" > @@ -1027,8 +1024,6 @@ :columnList="details.FinancialRecordColumnList" :tableData="data" :loading="loadingObj.stowageLoading" - @inputTxt="inputsc" - @timeCheck="timesc" > @@ -1040,8 +1035,6 @@ :columnList="details.ChangeOrderColumnList" :tableData="data" :loading="loadingObj.stowageLoading" - @inputTxt="inputsc" - @timeCheck="timesc" > @@ -1070,8 +1063,6 @@ :columnList="details.TransactionColumnList" :tableData="data" :loading="loadingObj.stowageLoading" - @inputTxt="inputsc" - @timeCheck="timesc" > @@ -1083,8 +1074,6 @@ :columnList="details.columnList" :tableData="data" :loading="loadingObj.stowageLoading" - @inputTxt="inputsc" - @timeCheck="timesc" > @@ -1301,6 +1290,7 @@ const details = reactive({ receiptImgList: [], /** 打印html */ html: '', + regionOptione: [], }); const info = ref({}); @@ -1363,7 +1353,7 @@ const handleComputed = (row: any) => { // 获取省市区信息 getLazyTreeAll().then(res => { if (res.data.success) { - details.regionOptione = res.data.data; + details.regionOptione = getObjType(res.data.data) === 'array' ? res.data.data : []; // 转译到站 if (details.regionOptione.length !== 0) {