From 8e2e7fd17527a4dc31b124a671c410eedb54447e Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Thu, 21 Sep 2023 17:39:32 +0800 Subject: [PATCH 01/12] =?UTF-8?q?1.=E5=BA=93=E5=AD=98=E5=93=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basicdata/warehouse/tray/basicdataTrayedt.vue | 2 +- src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue b/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue index 858b620b..4d79305f 100644 --- a/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue +++ b/src/views/basicdata/warehouse/tray/basicdataTrayedt.vue @@ -963,7 +963,7 @@ export default { head: false, }, { - prop: 'waybillNumber', + prop: 'waybillNo', label: '运单号', type: 1, values: '', diff --git a/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue b/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue index 39af8ad7..a92e8e2a 100644 --- a/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue +++ b/src/views/basicdata/warehouse/tray/basicdataTrayhistory.vue @@ -226,7 +226,7 @@ export default { }, { label: '运单号', - prop: 'waybillNumber', + prop: 'waybillNo', search: true, width: '100px', }, From 29b2203c00889c3667f0405e000d438b44748477 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Fri, 22 Sep 2023 16:07:04 +0800 Subject: [PATCH 02/12] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/option/basic/basicMaterial.js | 302 +++++--- src/views/basicdata/brand/basicClient.vue | 14 +- .../warehouse/basicdataWarehouse.vue | 56 +- .../inventory/distributionStockList.vue | 18 +- .../distributionStockListDiscuss.vue | 95 ++- .../inventory/distributionStockListMarket.vue | 676 +++++++++++------- .../inventory/distributionStockListSelf.vue | 148 +++- .../signfor/distributionSignforedt.vue | 1 + .../updownGoods/warehouseUpdownGoodsLog.vue | 72 +- .../warehouseWarehouseingAddReceipt.vue | 86 ++- vite.config.js | 6 +- 12 files changed, 1000 insertions(+), 476 deletions(-) diff --git a/index.html b/index.html index 8696ce27..54a8156c 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ + src='https://webapi.amap.com/maps?v=1.4.15&key=f003ec4feb3fcc4cf0742e94f569fd33&plugin=AMap.PlaceSearch,AMap.Geocoder,Map3D,ElasticMarker,AMap.Driving,AMap.TruckDriving'> diff --git a/src/option/basic/basicMaterial.js b/src/option/basic/basicMaterial.js index 2a1d908a..4addafb1 100644 --- a/src/option/basic/basicMaterial.js +++ b/src/option/basic/basicMaterial.js @@ -7,157 +7,181 @@ export default { border: true, index: true, viewBtn: true, - delBtn:true, + delBtn: true, selection: false, - indexLabel: "序号", + indexLabel: '序号', indexWidth: '80', dialogClickModal: false, column: [ { - label: "租户号", - prop: "tenantId", - type: "input", + label: '租户号', + prop: 'tenantId', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建人", - prop: "createUser", - type: "input", + label: '创建人', + prop: 'createUser', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建时间", - prop: "createTime", - type: "input", + label: '创建时间', + prop: 'createTime', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "更新人", - prop: "updateUser", - type: "input", + label: '更新人', + prop: 'updateUser', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "更新时间", - prop: "updateTime", - type: "input", + label: '更新时间', + prop: 'updateTime', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "状态", - prop: "status", - type: "input", + label: '状态', + prop: 'status', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "是否已删除", - prop: "isDeleted", - type: "input", + label: '是否已删除', + prop: 'isDeleted', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建部门", - prop: "createDept", - type: "input", + label: '创建部门', + prop: 'createDept', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "主键", - prop: "id", - type: "input", + label: '主键', + prop: 'id', + type: 'input', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留1", - prop: "reserve1", - type: "input", + label: '预留1', + prop: 'reserve1', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留2", - prop: "reserve2", - type: "input", + label: '预留2', + prop: 'reserve2', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留3", - prop: "reserve3", - type: "input", + label: '预留3', + prop: 'reserve3', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留4", - prop: "reserve4", - type: "input", + label: '预留4', + prop: 'reserve4', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留5", - prop: "reserve5", - type: "input", + label: '预留5', + prop: 'reserve5', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "产品编码", - prop: "productCode", - type: "input", + label: '产品编码', + prop: 'productCode', + type: 'input', search: true, - width: 100, + width: '130', + rules: [ + { + required: true, + message: '请输入产品编码', + trigger: 'blur', + }, + ], overHidden: true, }, { - label: "物品sku", - prop: "sku", - type: "input", - width: 100, + label: '物品sku', + prop: 'sku', + type: 'input', + width: '130', + rules: [ + { + required: true, + message: '请输入物品sku', + trigger: 'blur', + }, + ], overHidden: true, }, { - label: "计量单位", - prop: "logpmUnit", - type: "select", + label: '计量单位', + prop: 'logpmUnit', + type: 'select', + width: '130', dicUrl: '/blade-system/dict-biz/dictionary?code=logpm_unit', props: { label: 'dictValue', @@ -173,11 +197,18 @@ export default { ], }, { - label: "名称", - prop: "name", - type: "input", + label: '名称', + prop: 'name', + type: 'input', + rules: [ + { + required: true, + message: '请输入名称', + trigger: 'blur', + }, + ], search: true, - width: 200, + width: '130', overHidden: true, }, // { @@ -196,9 +227,17 @@ export default { // hide: false, // }, { - label: "属性", - prop: "property", - type: "input", + label: '属性', + prop: 'property', + rules: [ + { + required: true, + message: '请输入属性', + trigger: 'blur', + }, + ], + width: '130', + type: 'input', }, // { // label: "规格", @@ -206,78 +245,129 @@ export default { // type: "input", // }, { - label: "包装规格", - prop: "packingSpecification", - type: "input", + label: '包装规格', + prop: 'packingSpecification', + type: 'input', + width: '130', + rules: [ + { + required: true, + message: '请输入包装规格', + trigger: 'blur', + }, + ], }, { - label: "包装数量", - prop: "packageNum", - type: "input", + label: '包装数量', + prop: 'packageNum', + type: 'input', + width: '130', + rules: [ + { + required: true, + message: '请输入包装数量', + trigger: 'blur', + }, + ], }, { - label: "包装材质", - prop: "packagingMaterial", - type: "input", + label: '包装材质', + prop: 'packagingMaterial', + type: 'input', + width: '130', + rules: [ + { + required: true, + message: '请输入包装材质', + trigger: 'blur', + }, + ], }, { - label: "长", - prop: "extent", - type: "input", - width: 100, + label: '长', + prop: 'extent', + type: 'input', + width: '130', overHidden: true, + rules: [ + { + required: true, + message: '请输入长度', + trigger: 'blur', + }, + ], }, { - label: "宽", - prop: "breadth", - type: "input", - width: 100, + label: '宽', + prop: 'breadth', + type: 'input', + width: '130', + rules: [ + { + required: true, + message: '请输入宽度', + trigger: 'blur', + }, + ], overHidden: true, }, { - label: "高度", - prop: "altitude", - type: "input", - width: 100, + label: '高度', + prop: 'altitude', + type: 'input', + width: '130', + rules: [ + { + required: true, + message: '请输入高度', + trigger: 'blur', + }, + ], overHidden: true, }, { - label: "体积", - prop: "volume", - type: "input", - width: 100, + label: '体积', + prop: 'volume', + type: 'input', + width: '130', + rules: [ + { + required: true, + message: '请输入体积', + trigger: 'blur', + }, + ], overHidden: true, }, { - label: "重量", - prop: "weight", - type: "input", + label: '重量', + prop: 'weight', + width: '130', + type: 'input', }, { - label: "备注", - prop: "remark", - type: "input", + label: '备注', + prop: 'remark', + width: '130', + type: 'input', }, { - label: "物料图片", - prop: "picture", - type: "upload", + label: '物料图片', + prop: 'picture', + type: 'upload', dataType: 'string', listType: 'picture-img', // hide: true, - labelWidth:'150', - span:10, - multiple:false, - width:"200px", - align:'left', + labelWidth: '150', + span: 10, + multiple: false, + width: '200px', + align: 'left', action: '/blade-resource/oss/endpoint/put-file', propsHttp: { res: 'data', url: 'link', }, }, - - - - ] -} + ], +}; diff --git a/src/views/basicdata/brand/basicClient.vue b/src/views/basicdata/brand/basicClient.vue index 78ce563c..057d80d2 100644 --- a/src/views/basicdata/brand/basicClient.vue +++ b/src/views/basicdata/brand/basicClient.vue @@ -464,7 +464,7 @@ export default { columnList: [ { prop: '', - label: '序号', + label: '全选', type: 0, values: '', width: 55, @@ -476,7 +476,7 @@ export default { label: '客户名称', type: 2, values: '', - width: 'fit-content', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -487,7 +487,7 @@ export default { label: '客户编码', type: 2, values: '', - width: 'fit-content', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -498,7 +498,7 @@ export default { label: '客户类型', type: 3, values: '', - width: 'fit-content', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -509,7 +509,7 @@ export default { label: '服务类型', type: 1, values: '', - width: 'fit-content', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -553,7 +553,7 @@ export default { label: '合同开始时间', type: 5, values: '', - width: '100', + width: '150', checkarr: [], fixed: false, sortable: true, @@ -563,7 +563,7 @@ export default { label: '合同结束时间', type: 5, values: '', - width: '100', + width: '150', checkarr: [], fixed: false, sortable: true, diff --git a/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue b/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue index 3a7e558f..410a3894 100644 --- a/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue +++ b/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue @@ -89,7 +89,7 @@ export default { dialogClickModal: false, column: [ { - label: '租户号', + label: '租户号1', prop: 'tenantId', type: 'input', addDisplay: false, @@ -228,7 +228,7 @@ export default { ], span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', }, { label: '仓库编码', @@ -243,14 +243,14 @@ export default { ], span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', }, { label: '仓库简称', prop: 'abbreviation', type: 'input', labelWidth: '120', - width: 'fit-conent', + width: '130', }, { label: '联系人', @@ -259,7 +259,7 @@ export default { search: true, span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', rules: [ { required: true, @@ -283,7 +283,7 @@ export default { ], span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', }, { label: '事业线', @@ -324,7 +324,7 @@ export default { leaf: 'leaf', }, labelWidth: '120', - width: 'fit-conent', + width: '130', }, { label: '职能类型', @@ -332,7 +332,7 @@ export default { type: 'select', span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', search: true, dicUrl: '/api/blade-system/dict-biz/dictionary?code=warehouse_function_type', dataType: 'number', @@ -347,7 +347,7 @@ export default { type: 'input', span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', addDisplay: false, editDisplay: false, viewDisplay: false, @@ -360,7 +360,7 @@ export default { type: 'cascader', search: true, labelWidth: '120', - width: 'fit-conent', + width: '130', clearable: true, placeholder: '省/市/区', dicUrl: '/blade-system/region/lazy-listAll', @@ -384,7 +384,7 @@ export default { type: 'map', span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', params: { zoom: 8, //地图是否能够缩放 @@ -397,10 +397,10 @@ export default { { required: true, message: '请输入仓库地址', - trigger: 'blur', + trigger: 'change', }, ], - clearable: false, + clearable: true, addDisplay: true, editDisplay: true, hide: true, @@ -411,7 +411,7 @@ export default { type: 'input', span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', addDisplay: false, editDisplay: false, hide: true, @@ -422,7 +422,7 @@ export default { type: 'input', span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', addDisplay: false, editDisplay: false, hide: true, @@ -433,7 +433,7 @@ export default { type: 'input', span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', addDisplay: false, editDisplay: false, hide: true, @@ -445,7 +445,7 @@ export default { type: 'tree', span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', dicUrl: '/api/blade-system/dept/lazy-tree?parentId=0', props: { label: 'title', @@ -514,7 +514,7 @@ export default { search: true, span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', rules: [ { required: true, @@ -535,7 +535,7 @@ export default { }, span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', rules: [ { required: true, @@ -583,7 +583,7 @@ export default { }, span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', rules: [ { required: true, @@ -603,7 +603,7 @@ export default { }, span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', rules: [ { required: true, @@ -618,7 +618,7 @@ export default { type: 'input', span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', }, { label: '电力类型', @@ -632,7 +632,7 @@ export default { label: 'dictValue', value: 'dictKey', }, - width: 'fit-conent', + width: '130', rules: [ { required: true, @@ -666,7 +666,7 @@ export default { placeholder: '请选择租赁开始时间', span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', viewDisplay: true, addDisplay: false, editDisplay: false, @@ -681,7 +681,7 @@ export default { placeholder: '请选择租赁结束时间', span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', viewDisplay: true, addDisplay: false, editDisplay: false, @@ -699,7 +699,7 @@ export default { }, span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', rules: [ { required: true, @@ -720,7 +720,7 @@ export default { }, span: 12, labelWidth: '120', - width: 'fit-conent', + width: '130', rules: [ { required: true, @@ -755,7 +755,7 @@ export default { endPlaceholder: '租赁结束日期', span: 12, labelWidth: '120', - width: 'fit-content', + width: '130', search: true, searchRange: true, searchSpan: 12, diff --git a/src/views/distribution/inventory/distributionStockList.vue b/src/views/distribution/inventory/distributionStockList.vue index c0965c16..bf32f515 100644 --- a/src/views/distribution/inventory/distributionStockList.vue +++ b/src/views/distribution/inventory/distributionStockList.vue @@ -134,7 +134,7 @@ > - + @@ -149,6 +149,7 @@ @change="getMethodName($event, '1')" @blur="selectBlur" :loading="loading" + clearable > - + - + - + i.id == row); @@ -818,6 +825,7 @@ export default { this.formInline.packageNum = a.packageNum; this.formInline.descriptionGoods = a.descriptionGoods; this.formInline.sku = a.sku; + this.unpackFormDisable = this.formInline } break; case '2': diff --git a/src/views/distribution/inventory/distributionStockListDiscuss.vue b/src/views/distribution/inventory/distributionStockListDiscuss.vue index 8843796d..88898f3a 100644 --- a/src/views/distribution/inventory/distributionStockListDiscuss.vue +++ b/src/views/distribution/inventory/distributionStockListDiscuss.vue @@ -132,7 +132,7 @@ padding-left: 1%; " > - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -280,6 +344,8 @@ export default { drawerShow: false, distributionType: [], distributionUnit: [], + // 拆包表单内输入框哪些禁止输入 + unpackFormDisable: {}, columnList: [ { prop: '', @@ -749,6 +815,33 @@ export default { }, }, methods: { + /** + * 物料选择赋值 + * */ + getMethodName(row, num) { + if(!row) { + this.formInline = {} + this.unpackFormDisable = {} + } + switch (num) { + case '1': + let a = this.optionsName.find(i => i.id == row); + console.log('aaaa>>', a); + if (!!a) { + this.formInline.materialCode = a.productCode; + this.formInline.cargoUnit = a.logpmUnit; + this.formInline.cargoNorms = a.packingSpecification; + this.formInline.cargoNumber = a.productCode; + this.formInline.packageNum = a.packageNum; + this.formInline.descriptionGoods = a.descriptionGoods; + this.formInline.sku = a.sku; + this.unpackFormDisable = this.formInline + } + break; + case '2': + break; + } + }, showdrawer(value) { this.drawerShow = value; }, diff --git a/src/views/distribution/inventory/distributionStockListMarket.vue b/src/views/distribution/inventory/distributionStockListMarket.vue index 988a74b8..d217b02b 100644 --- a/src/views/distribution/inventory/distributionStockListMarket.vue +++ b/src/views/distribution/inventory/distributionStockListMarket.vue @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - 搜 索 - 清 空 - - - + + + + + + + + + + + + + + + 搜 索 + 清 空 + + + @@ -50,23 +50,37 @@ @selection="selectionChange" > - 查看 - 拆包 + 查看 + 拆包 - + - + @@ -80,48 +94,86 @@ - - - - 物品名称 - {{getQuery.name}} + + + + 物品名称 + {{ getQuery.name }} - - 物品单位 - {{ getQuery.logpmUnitName }} + + 物品单位 + {{ getQuery.logpmUnitName }} - - 在库数 - {{ getQuery.quantityStock }} + + 在库数 + {{ getQuery.quantityStock }} - - 规格 - {{ getQuery.packingSpecification }} + + 规格 + {{ getQuery.packingSpecification }} - - 包装数量 - {{ getQuery.packageNum }} + + 包装数量 + {{ getQuery.packageNum }} - + - - + + - - + + + + + - - + - + + + + + + + - + - - 确 定 + + 确 定 取 消 - + - + - + - + - + - + - + - + - + - + - + - + - + - + - 提 交 + 提 交 取 消 @@ -222,12 +305,12 @@ import { update, remove, addParcels, - getStockListOwn + getStockListOwn, } from '@/api/distribution/distributionStockList'; -import { getListParcelDetails } from "@/api/distribution/distributionParcelDetails"; +import { getListParcelDetails } from '@/api/distribution/distributionParcelDetails'; import { getListMaterial } from '@/api/basic/basicMaterial'; -import option from "@/option/distribution/distributionStockList"; -import { mapGetters } from "vuex"; +import option from '@/option/distribution/distributionStockList'; +import { mapGetters } from 'vuex'; import { exportBlob } from '@/api/common'; import { getToken } from '@/utils/auth'; import { downloadXls } from '@/utils/util'; @@ -235,11 +318,15 @@ import dayjs from 'dayjs'; import { getDictionaryBiz } from '@/api/system/dict'; export default { - data () { + data() { return { drawerShow: false, - distributionType:[], - distributionUnit:[], + distributionType: [], + distributionUnit: [], + // 拆包表单内输入框哪些禁止输入 + unpackFormDisable: {}, + // 拆包名称下拉 选择 + optionsName: [], columnList: [ { prop: '', @@ -361,7 +448,8 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ + }, + { prop: 'outboundQuantity', label: '出库数量', type: 1, @@ -487,14 +575,16 @@ export default { type: 1, values: '', width: '130', - checkarr: [ { - value: `true`, - label: '是', - }, + checkarr: [ + { + value: `true`, + label: '是', + }, { value: `false`, label: '否', - },], + }, + ], fixed: false, sortable: true, }, @@ -512,7 +602,7 @@ export default { // 更多列的配置... ], height: 0, - formInline:{ + formInline: { descriptionGoods: '', cargoUnit: '', cargoNorms: '', @@ -520,7 +610,7 @@ export default { }, // 弹框标题 title: '', - stockList: { }, //拆包对象 + stockList: {}, //拆包对象 // stockId: '', //拆包id // materialId: '', //物料id // marketId: '', //客户id @@ -543,12 +633,12 @@ export default { page: { currentPage: 1, pageSize: 30, - total: 40 + total: 40, }, pageDetails: { currentPage: 1, pageSize: 30, - total: 40 + total: 40, }, // 表单数据 form: {}, @@ -611,18 +701,18 @@ export default { }, ], }, - } + }; }, - mounted () { + mounted() { this.init(); // this.onLoad(this.page); /** * 初始化获取本地缓存的编辑隐藏的列表 * 固定搭配,不能更改 */ - let checkListnewarr = this.$functions.getStorage(window.location.pathname+'checkList'); - let flexListnewarr = this.$functions.getStorage(window.location.pathname+'flexList'); - let sortlistnewarr = this.$functions.getStorage(window.location.pathname+'sortlist'); + let checkListnewarr = this.$functions.getStorage(window.location.pathname + 'checkList'); + let flexListnewarr = this.$functions.getStorage(window.location.pathname + 'flexList'); + let sortlistnewarr = this.$functions.getStorage(window.location.pathname + 'sortlist'); if (checkListnewarr) { this.columnList.map(item => { item.head = false; @@ -634,14 +724,14 @@ export default { } }); }); - }else{ - let arr=[] + } else { + let arr = []; this.columnList.map(item => { - if(item.head){ - arr.push(item.label) + if (item.head) { + arr.push(item.label); } }); - this.$functions.setStorage(window.location.pathname+'checkList',arr) + this.$functions.setStorage(window.location.pathname + 'checkList', arr); } if (flexListnewarr) { this.columnList.map(item => { @@ -650,22 +740,22 @@ export default { flexListnewarr.map(ite => { this.columnList.map(item => { if (ite == item.label) { - if(item.type==6){ + if (item.type == 6) { item.fixed = 'right'; - }else{ + } else { item.fixed = true; } } }); }); - }else{ - let arr=[] + } else { + let arr = []; this.columnList.map(item => { - if(item.fixed){ - arr.push(item.label) + if (item.fixed) { + arr.push(item.label); } }); - this.$functions.setStorage(window.location.pathname+'flexList',arr) + this.$functions.setStorage(window.location.pathname + 'flexList', arr); } if (sortlistnewarr) { this.columnList.map(item => { @@ -678,55 +768,110 @@ export default { } }); }); - }else{ - let arr=[] + } else { + let arr = []; this.columnList.map(item => { - if(item.sortable){ - arr.push(item.label) + if (item.sortable) { + arr.push(item.label); } }); - this.$functions.setStorage(window.location.pathname+'sortlist',arr) + this.$functions.setStorage(window.location.pathname + 'sortlist', arr); } }, computed: { - ...mapGetters(["permission"]), - ids () { + ...mapGetters(['permission']), + ids() { let ids = []; this.selectionList.forEach(ele => { ids.push(ele.id); }); - return ids.join(","); + return ids.join(','); }, - idDismantle () { + idDismantle() { let ids = []; this.selectionListDismantle.forEach(ele => { ids.push(ele.id); }); - return ids.join(","); - } + return ids.join(','); + }, }, methods: { - - showdrawer(value){ - this.drawerShow=value + selectBlur(e) { + // console.log(">>>>>><<<<<<<",e); + let value = e.target.value; // 输入框值 + if (value) { + // 只有输入才有这个值,下拉框选择的话 这个值为空 + // this.form.produce = value; + // console.log("获取的值",value); + this.formInline.materialIdName = value; + } + }, + /** + * 查询 + * */ + async remoteMethodName(query) { + if (query) { + this.loading = true; + //查询物料数据 + let asd = await getListMaterial(this.page.currentPage, this.page.pageSize, { + name: query, + pid: this.stockList.materialId, + }).then(); + console.log('物料信息', asd.data.data); + if (!!asd.data.data) { + this.optionsName = asd.data.data.records; + } + this.loading = false; + } else { + this.optionsName = []; + } + }, + /** + * 物料选择赋值 + * */ + getMethodName(row, num) { + if (!row) { + this.formInline = {}; + this.unpackFormDisable = {}; + } + switch (num) { + case '1': + let a = this.optionsName.find(i => i.id == row); + console.log('aaaa>>', a); + if (!!a) { + this.formInline.materialCode = a.productCode; + this.formInline.cargoUnit = a.logpmUnit; + this.formInline.cargoNorms = a.packingSpecification; + this.formInline.cargoNumber = a.productCode; + this.formInline.packageNum = a.packageNum; + this.formInline.descriptionGoods = a.descriptionGoods; + this.formInline.sku = a.sku; + this.unpackFormDisable = this.formInline; + } + break; + case '2': + break; + } + }, + showdrawer(value) { + this.drawerShow = value; }, /** * 弹窗的勾选回调,用于更改头部数组 * 固定搭配,只需要更换 columnList */ - setnewcolum(newarr, headarr,type) { + setnewcolum(newarr, headarr, type) { // console.log(newarr,'+++++++++++') - if(type==1){ + if (type == 1) { this.columnList = newarr; - this.$functions.setStorage(window.location.pathname+'checkList', headarr); - }else if(type==2){ + this.$functions.setStorage(window.location.pathname + 'checkList', headarr); + } else if (type == 2) { this.columnList = newarr; - this.$functions.setStorage(window.location.pathname+'flexList', headarr); - }else if(type==3){ + this.$functions.setStorage(window.location.pathname + 'flexList', headarr); + } else if (type == 3) { this.columnList = newarr; - this.$functions.setStorage(window.location.pathname+'sortlist', headarr); + this.$functions.setStorage(window.location.pathname + 'sortlist', headarr); } - }, selectionsc(value) { console.log(value); @@ -744,23 +889,23 @@ export default { }, selectsc(index, row) { console.log(index, row); - if(row.prop ==='completeSetName'){ + if (row.prop === 'completeSetName') { this.query['completeSet'] = index; - }else if(row.prop ==='serviceTypeName'){ + } else if (row.prop === 'serviceTypeName') { this.query['serviceType'] = index; - }else{ + } else { this.query[row.prop] = index; } this.onLoad(this.page); }, timesc(index, row) { console.log(index, row); - if (!!index){ + if (!!index) { index = dayjs(index).format('YYYY-MM-DD'); } - this.query[row.prop] = index - if (!index){ - delete this.query[row.prop] + this.query[row.prop] = index; + if (!index) { + delete this.query[row.prop]; } this.onLoad(this.page); }, @@ -771,7 +916,7 @@ export default { this.onLoad(this.page); }, - handleImport(){ + handleImport() { this.excelBox = true; }, refreshChange() { @@ -791,59 +936,56 @@ export default { }); }, //数量校验 - handleNumberRange(e,row) { + handleNumberRange(e, row) { // console.log("执行了2222",e,e.target.value,row); - if(e.target.value) { - e.target.value = e.target.value.replace(/[^\.\d]/g,'') //替换掉与数字无关的字符(中英文与符号都会被替换掉,只留下数字,此时值类型为字符串) - if(e.target.value) { //如果替换后还有值 + if (e.target.value) { + e.target.value = e.target.value.replace(/[^\.\d]/g, ''); //替换掉与数字无关的字符(中英文与符号都会被替换掉,只留下数字,此时值类型为字符串) + if (e.target.value) { + //如果替换后还有值 e.target.value = parseInt(e.target.value); //把字符型转成整数型 } - if((e.target.value > row.number )) { + if (e.target.value > row.number) { this.$message.error('数量不能大于订单数'); e.target.value = row.number; - return + return; } } }, - init () { + init() { this.height = this.setPx(document.body.clientHeight - 340); getDictionaryBiz('logpm_unit').then(res => { this.distributionUnit = res.data.data; console.log(this.distributionUnit); - }) + }); getDictionaryBiz('distribution_type').then(res => { this.distributionType = res.data.data; - this.columnList[2].checkarr =res.data.data.map(item=>{ - item.value=item.dictKey - item.label=item.dictValue + this.columnList[2].checkarr = res.data.data.map(item => { + item.value = item.dictKey; + item.label = item.dictValue; return item; }); }); - - this.onLoad(this.page); - }, - searchHide () { + searchHide() { this.search = !this.search; }, - searchChange () { + searchChange() { this.onLoad(this.page); }, - searchReset () { + searchReset() { this.query = {}; this.page.currentPage = 1; this.onLoad(this.page); }, //拆包提交 - handleSubmit () { + handleSubmit() { // if(this.selectionListDismantle.length < 1){ // this.$message.warning("请选择一条数据!!!"); // return ; // } if (!this.form.id) { - // if(this.selectionListDismantle.length > 0){ // console.log(this.selectionListDismantle); // let shi = []; @@ -857,30 +999,29 @@ export default { // this.form.parcels = shi; // } // console.log("提交了"); - if(parseInt(this.formInline.unpackingQuantity) >parseInt(this.getQuery.quantityStock)){ - this.$message.warning("拆包数量大于在库数量!!!") - return ; - }else{ + if (parseInt(this.formInline.unpackingQuantity) > parseInt(this.getQuery.quantityStock)) { + this.$message.warning('拆包数量大于在库数量!!!'); + return; + } else { const regex = /\d+/g; // 正则表达式匹配数字 const numbers = this.getQuery.packageNum.match(regex); // 使用match方法获取匹配到的数字数组 parseInt(numbers[0]) * parseInt(this.formInline.unpackingQuantity); - this.formInline.storeNum = parseInt(numbers[0]) * parseInt(this.formInline.unpackingQuantity); + this.formInline.storeNum = + parseInt(numbers[0]) * parseInt(this.formInline.unpackingQuantity); } - this.formInline.id =this.stockList.id; - this.formInline.materialId =this.stockList.materialId; - this.formInline.marketId =this.stockList.marketId; - this.formInline.storeId =this.stockList.storeId; - - - console.log("提交的值",this.formInline); + this.formInline.id = this.stockList.id; + this.formInline.materialId = this.stockList.materialId; + this.formInline.marketId = this.stockList.marketId; + this.formInline.storeId = this.stockList.storeId; + this.formInline.descriptionGoods = '' addParcels(this.formInline).then(() => { this.box = false; this.dismantle = false; this.onLoad(this.page); this.$message({ - type: "success", - message: "操作成功!" + type: 'success', + message: '操作成功!', }); this.formInline = {}; }); @@ -889,63 +1030,61 @@ export default { this.box = false; this.onLoad(this.page); this.$message({ - type: "success", - message: "操作成功!" + type: 'success', + message: '操作成功!', }); - }) + }); } }, - handleAdd () { - this.title = '新增' - this.form = {} - this.box = true + handleAdd() { + this.title = '新增'; + this.form = {}; + this.box = true; }, - handleEdit (row) { - this.title = '编辑' - this.box = true + handleEdit(row) { + this.title = '编辑'; + this.box = true; getDetail(row.id).then(res => { this.form = res.data.data; }); }, - handleView (row) { - this.title = '查看' + handleView(row) { + this.title = '查看'; this.view = true; this.box = true; getDetail(row.id).then(res => { this.form = res.data.data; }); }, - handleViewDetails (row) { + handleViewDetails(row) { this.$router.push({ path: '/distribution/inventory/distributionStockListDetails', - query:{ + query: { id: row.row.id, - name: row.row.descriptionGoods+" — 明细" - } + name: row.row.descriptionGoods + ' — 明细', + }, }); - - }, - async handleViewDismantle (row) { - console.log("><<>L:",row.row); + async handleViewDismantle(row) { + console.log('><<>L:', row.row); this.dismantle = true; this.view = true; this.title = '拆包'; this.stockList = row.row; //查询包件详情表 - let par ={ - parcelListId : row.row.parcelListId - } + let par = { + parcelListId: row.row.parcelListId, + }; let ap = { id: row.row.materialId, - } + }; //查询物料信息 - let aa =await getListMaterial(this.pageDetails.currentPage,this.pageDetails.pageSize,ap); - console.log("adfadsfvasd",aa.data.data); + let aa = await getListMaterial(this.pageDetails.currentPage, this.pageDetails.pageSize, ap); + console.log('adfadsfvasd', aa.data.data); this.getQuery = aa.data.data.records[0]; this.getQuery.quantityStock = row.row.quantityStock; this.formInline.descriptionGoods = this.getQuery.name; - let q = this.distributionUnit.find( i => i.dictKey == this.getQuery.logpmUnit); + let q = this.distributionUnit.find(i => i.dictKey == this.getQuery.logpmUnit); this.getQuery.logpmUnitName = q.dictValue; // getListParcelDetails(this.pageDetails.currentPage,this.pageDetails.pageSize,par).then(res => { // console.log("<><>===", res.data.data); @@ -956,15 +1095,15 @@ export default { // this.selectionClear(); // }); }, - handleDelete () { + handleDelete() { if (this.selectionList.length === 0) { - this.$message.warning("请选择至少一条数据"); + this.$message.warning('请选择至少一条数据'); return; } - this.$confirm("确定将选择数据删除?", { - confirmButtonText: "确定", - cancelButtonText: "取消", - type: "warning" + this.$confirm('确定将选择数据删除?', { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning', }) .then(() => { return remove(this.ids); @@ -973,16 +1112,16 @@ export default { this.selectionClear(); this.onLoad(this.page); this.$message({ - type: "success", - message: "操作成功!" + type: 'success', + message: '操作成功!', }); }); }, - rowDel (row) { - this.$confirm("确定将选择数据删除?", { - confirmButtonText: "确定", - cancelButtonText: "取消", - type: "warning" + rowDel(row) { + this.$confirm('确定将选择数据删除?', { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning', }) .then(() => { return remove(row.id); @@ -990,75 +1129,88 @@ export default { .then(() => { this.onLoad(this.page); this.$message({ - type: "success", - message: "操作成功!" + type: 'success', + message: '操作成功!', }); }); }, - beforeClose (done) { - done() + beforeClose(done) { + done(); this.form = {}; this.view = false; }, - selectionChange (list) { + selectionChange(list) { this.selectionList = list; }, - selectionChangeDismantle (list) { + selectionChangeDismantle(list) { this.selectionListDismantle = list; - }, - selectionClear () { + selectionClear() { this.selectionList = []; // this.$refs.table.clearSelection(); }, - currentChange (currentPage) { + currentChange(currentPage) { this.page.currentPage = currentPage; this.onLoad(this.page); }, - sizeChange (pageSize) { + sizeChange(pageSize) { this.page.pageSize = pageSize; this.onLoad(this.page); }, - currentChangeDetails (currentPage) { + currentChangeDetails(currentPage) { this.pageDetails.currentPage = currentPage; // this.handleViewDismantle(this.page); }, - sizeChangeDetails (pageSize) { + sizeChangeDetails(pageSize) { this.pageDetails.pageSize = pageSize; // this.handleViewDismantle(this.page); }, - onLoad (page, params = {}) { + onLoad(page, params = {}) { this.loading = true; this.query.serviceType = '2'; - getStockListOwn(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { - const data = res.data.data; - this.page.total = data.total; - this.data = data.records; - this.data.forEach( i =>{ - let a = this.distributionType.find( d =>d.dictKey == i.serviceType); - i.serviceTypeName = a.dictValue; - if(i.unpack == false){ - i.unpack = '否' - }else{ - i.unpack = '是' - } - }) - this.loading = false; - this.selectionClear(); - }); - } - } + getStockListOwn(page.currentPage, page.pageSize, Object.assign(params, this.query)).then( + res => { + const data = res.data.data; + this.page.total = data.total; + this.data = data.records; + this.data.forEach(i => { + let a = this.distributionType.find(d => d.dictKey == i.serviceType); + i.serviceTypeName = a.dictValue; + if (i.unpack == false) { + i.unpack = '否'; + } else { + i.unpack = '是'; + } + }); + this.loading = false; + this.selectionClear(); + } + ); + }, + }, }; \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index aff88b43..59920f4a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -16,9 +16,9 @@ export default ({ mode, command }) => { // target: 'http://192.168.10.48:8888', // target: 'http://192.168.10.123:8889', // target: 'http://192.168.10.75:8777', - target: 'http://192.168.10.101:8888', + // target: 'http://192.168.10.101:8888', // target: 'http://192.168.10.29:13000', - // target: 'http://test.api.huitongys.com', + target: 'http://test.api.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), }, From 5e058498e9898c51f60847506fcd8bbcaf498ca5 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Mon, 25 Sep 2023 09:47:40 +0800 Subject: [PATCH 11/12] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A2=84=E7=BA=A6?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E6=89=93=E5=8D=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/reservation/reservation.vue | 7 - .../signfor/distributionSignforedt.vue | 303 +++++++++--------- 2 files changed, 159 insertions(+), 151 deletions(-) diff --git a/src/views/distribution/reservation/reservation.vue b/src/views/distribution/reservation/reservation.vue index 5cf842bf..e2579d0b 100644 --- a/src/views/distribution/reservation/reservation.vue +++ b/src/views/distribution/reservation/reservation.vue @@ -66,13 +66,6 @@ plain >批量转配送 - 批量打印 - diff --git a/src/views/distribution/signfor/distributionSignforedt.vue b/src/views/distribution/signfor/distributionSignforedt.vue index f8681908..62bd130e 100644 --- a/src/views/distribution/signfor/distributionSignforedt.vue +++ b/src/views/distribution/signfor/distributionSignforedt.vue @@ -1,129 +1,146 @@ - - - - - 当前签收单状态>>>>>>>>> {{signfordata.signingStatusAll}} - - - 基本信息 - - - 预约单号:{{signfordata.reservationCode}} - - - 商场名称:{{signfordata.mallName}} - - - 预约时间:{{signfordata.reservationDate}} - - - - - - - - - 配送信息 - - - 配送车次:{{signfordata.trainNumber}} - - - 配送司机:{{signfordata.driverName}} - - - 配送车辆:{{signfordata.vehicleName}} - - - 装车班组:{{signfordata.loadingTeamName}} - - - 卸车班组:{{signfordata.unLoadingTeamName}} - - - - - - - - - 收货人信息 - - - 收货人:{{signfordata.consignee}} - - - 手机号码:{{signfordata.deliveryPhone}} - - - 收货地址:{{signfordata.deliveryAddress}} - - - - - 是否加急:{{signfordata.isUrgent}} - - - 客户备注:{{signfordata.remarks}} - - - - - - - {{item.dictValue}} - 件数: - - - 公里: - - - 距离: - - - 人数: - - - 楼层: - - - 预计费用: - - - - - - - - 关闭 - - - - - - + + + + + 当前签收单状态>>>>>>>>> {{ signfordata.signingStatusAll }} + + + 基本信息 + + + 预约单号:{{ signfordata.reservationCode }} + + + 商场名称:{{ signfordata.mallName }} + + + 预约时间:{{ signfordata.reservationDate }} + + + + + + + + + 配送信息 + + + 配送车次:{{ signfordata.trainNumber }} + + + 配送司机:{{ signfordata.driverName }} + + + 配送车辆:{{ signfordata.vehicleName }} + + + 装车班组:{{ signfordata.loadingTeamName }} + + + 卸车班组:{{ signfordata.unLoadingTeamName }} + + + + + + + + + 收货人信息 + + + 收货人:{{ signfordata.consignee }} + + + 手机号码:{{ signfordata.deliveryPhone }} + + + 收货地址:{{ signfordata.deliveryAddress }} + + + + + 是否加急:{{ signfordata.isUrgent }} + + + 客户备注:{{ signfordata.remarks }} + + + + + + + {{ item.dictValue }} + 件数: + + + 公里: + + + 距离: + + + 人数: + + + 楼层: + + + 预计费用: + + + + + + + + 关闭 + + + + + + @@ -1621,7 +1638,7 @@ export default { if (data.orderInfo) { this.orderData = data.orderInfo; } - console.log("data111>>>>>>",data) + console.log('data111>>>>>>', data); this.stepActive = this.stepsList.findIndex(item => item.title === data.signingStatusAll); this.signfordata = data; this.signfordata.address = 'aa'; @@ -1629,26 +1646,24 @@ export default { // this.getListOrders(this.page) this.getListPackage(); }); - // this.getListOrders(this.page) + // this.getListOrders(this.page) - }); - this.getListPackage(); - let a = { - signforId:id, - addvalueId:1 + this.getListPackage(); + let a = { + signforId: id, + addvalueId: 1, + }; + addvalueInfoList(a).then(res => { + console.log('res------------->', res.data.data); + const data = res.data.data; + if (data === null) { + this.addvalueData = []; + this.addvalueinfo = {}; + } else { + this.addvalueinfo = data; + this.addvalueData = data.packageEntityList; } - addvalueInfoList(a).then(res=>{ - console.log("res------------->",res.data.data); - const data = res.data.data; - if (data === null){ - this.addvalueData = []; - this.addvalueinfo = { }; - - }else { - this.addvalueinfo = data; - this.addvalueData = data.packageEntityList; - } - }) + }); this.loading = false; }, From 89c488921b7e1c5a992c7a402c51d60950775b59 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Mon, 25 Sep 2023 10:27:48 +0800 Subject: [PATCH 12/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=87=E8=B4=A7?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E8=A7=92=E8=89=B2=E4=B8=8D=E8=83=BD=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stockup/distributionStockup.vue | 42 ++++------------- .../stockup/distributionStockupDiscuss.vue | 39 +++------------- .../stockup/distributionStockupMarket.vue | 46 +++++-------------- .../stockup/distributionStockupSelf.vue | 39 +++------------- 4 files changed, 34 insertions(+), 132 deletions(-) diff --git a/src/views/distribution/stockup/distributionStockup.vue b/src/views/distribution/stockup/distributionStockup.vue index a60ac896..797cb0a1 100644 --- a/src/views/distribution/stockup/distributionStockup.vue +++ b/src/views/distribution/stockup/distributionStockup.vue @@ -602,49 +602,25 @@ export default { }, //查询叉车人员 async getFork(){ - let ides = ''; - let ide = { }; - let b = false; await getListUser().then(res =>{ //查询当前人信息 - // console.log("res>>>",res.data.data); - if(res.data.data.userName != 'admin'){ - b = true; - } - ides = res.data.data.tenantId; - this.deptId = res.data.data.deptId; - }) - await getPostList(ides).then(res =>{ // 查询角色 - // console.log("查询>>>>",res.data.data); - res.data.data.forEach(i =>{ - if(i.postName == "叉车"){ - ide = i; - } - }) - }) - // console.log("ied>>>>>",ide); - let params={ - // postId: ide.id, //岗位 - deptId: this.deptId, //部门 - // roleId: '', //角色 - } - if(b){ - // console.log("进来了"); - params.postId = ide.id;//岗位 - } - getListOwn(Object.assign(params, this.query)).then(res =>{ //查询人员 - // console.log(".............",res.data.data); + // console.log("查询当前人信息>>>",res.data.data); let fo = []; res.data.data.forEach( i =>{ let a ={ dictKey: i.id, - dictValue: i.name + dictValue: i.realName }; fo.push(a); + if(!this.deptId){ + this.deptId =i.deptId; + } }); this.forkliftData = fo; + + this.deptId = res.data.data.deptId; }) - await this.getStorageArea(); - await this.getTeam(); + await this.getStorageArea(); + await this.getTeam(); }, //查询班组 diff --git a/src/views/distribution/stockup/distributionStockupDiscuss.vue b/src/views/distribution/stockup/distributionStockupDiscuss.vue index ece38ec0..7581883d 100644 --- a/src/views/distribution/stockup/distributionStockupDiscuss.vue +++ b/src/views/distribution/stockup/distributionStockupDiscuss.vue @@ -729,47 +729,22 @@ export default { }, //查询叉车人员 async getFork(){ - let ides = ''; - let ide = { }; - let b = false; await getListUser().then(res =>{ //查询当前人信息 - // console.log("res>>>",res.data.data); - if(res.data.data.userName != 'admin'){ - b = true; - } - ides = res.data.data.tenantId; - this.deptId = res.data.data.deptId; - }) - await getPostList(ides).then(res =>{ // 查询角色 - // console.log("查询>>>>",res.data.data); - res.data.data.forEach(i =>{ - if(i.postName == "叉车"){ - ide = i; - } - }) - }) - // console.log("ied>>>>>",ide); - let params={ - // postId: ide.id, //岗位 - deptId: this.deptId, //部门 - // roleId: '', //角色 - } - if(b){ - // console.log("进来了"); - params.postId = ide.id;//岗位 - } - // console.log("查询人员信息",params); - getListOwn(Object.assign(params, this.query)).then(res =>{ //查询人员 - // console.log(".............",res.data.data); + console.log("查询当前人信息>>>",res.data.data); let fo = []; res.data.data.forEach( i =>{ let a ={ dictKey: i.id, - dictValue: i.name + dictValue: i.realName }; fo.push(a); + if(!this.deptId){ + this.deptId =i.deptId; + } }); this.forkliftData = fo; + + this.deptId = res.data.data.deptId; }) await this.getStorageArea(); await this.getTeam(); diff --git a/src/views/distribution/stockup/distributionStockupMarket.vue b/src/views/distribution/stockup/distributionStockupMarket.vue index c5f8abeb..38bce22d 100644 --- a/src/views/distribution/stockup/distributionStockupMarket.vue +++ b/src/views/distribution/stockup/distributionStockupMarket.vue @@ -229,7 +229,6 @@