From 7a9e8fc40ac531cd912a211f25dcb43235fe8b5b Mon Sep 17 00:00:00 2001 From: ls <1793460677@qq.com> Date: Tue, 5 Aug 2025 16:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-ui/src/api/login.js | 2 +- lms/nladmin-ui/src/router/index.js | 2 +- lms/nladmin-ui/src/utils/permission.js | 2 +- lms/nladmin-ui/src/utils/request.js | 2 +- lms/nladmin-ui/src/views/loki/view/index.vue | 2 +- lms/nladmin-ui/src/views/system/dept/index.vue | 2 +- .../views/wms/agvrush/devicestatus/index.vue | 2 +- .../views/wms/basedata/master/class/index.vue | 2 +- lms/nladmin-ui/src/views/wms/pdm/bi/index.vue | 2 +- .../wms/pdm/ivt/coolpointivt/inventory.vue | 2 +- .../wms/pdm/ivt/deliverypointivt/index.vue | 2 +- .../views/wms/pdm/ivt/hotpointivt/pointIvt.vue | 2 +- .../wms/pdm/order/slittingplan/AddDialog.vue | 2 +- .../src/views/wms/pdm/sub/DivDialog.vue | 18 +++++++++--------- .../src/views/wms/pdm/sub/MaterDialog.vue | 4 ++-- lms/nladmin-ui/src/views/wms/pdm/sub/index.vue | 6 +++--- .../src/views/wms/pub/DeviceDialog.vue | 2 +- .../src/views/wms/pub/PointDialog.vue | 2 +- .../src/views/wms/riku/rikustat/index.vue | 2 +- .../src/views/wms/sch/point/index.vue | 6 +++--- .../src/views/wms/sch/task/index.vue | 6 +++--- .../src/views/wms/sendout/outone/index3.vue | 4 ++-- .../src/views/wms/sendout/outtwo/index.vue | 2 +- .../src/views/wms/st/inAndOutReturn/index.vue | 2 +- .../views/wms/st/inStor/change/AddDialog.vue | 8 ++++---- .../views/wms/st/inStor/check/AddDialog.vue | 2 +- .../views/wms/st/inStor/moveStor/AddDialog.vue | 2 +- .../views/wms/st/inStor/moveStor/AddDtl.vue | 2 +- .../src/views/wms/st/inStor/moveStor/index.vue | 2 +- .../wms/st/inStor/productscrap/AddDialog.vue | 2 +- .../wms/st/inStor/reCutPlan/CheckDialog.vue | 2 +- .../views/wms/st/inStor/reCutPlan/index.vue | 2 +- .../src/views/wms/st/inbill/AddDialog.vue | 4 ++-- .../src/views/wms/st/inbill/AddDtl.vue | 2 +- .../src/views/wms/st/inbill/DivDialog.vue | 2 +- .../src/views/wms/st/inbill/TaskDialog.vue | 2 +- .../src/views/wms/st/outbill/AddDialog.vue | 2 +- .../src/views/wms/st/outbill/StructIvt.vue | 2 +- .../src/views/wms/st/outbill/TaskDialog.vue | 2 +- .../src/views/wms/st/outbill/UploadDialog.vue | 2 +- .../src/views/wms/st/outbill/index.vue | 6 +++--- .../src/views/wms/st/outcharge/index.vue | 2 +- .../views/wms/st/vehiclebill/PointDialog.vue | 2 +- .../views/wms/statistics/ioStorQuery/index.vue | 2 +- 44 files changed, 66 insertions(+), 66 deletions(-) diff --git a/lms/nladmin-ui/src/api/login.js b/lms/nladmin-ui/src/api/login.js index 413c0a8..ec617ea 100644 --- a/lms/nladmin-ui/src/api/login.js +++ b/lms/nladmin-ui/src/api/login.js @@ -1,7 +1,7 @@ import request from '@/utils/request' export function login(username, password, code, uuid) { - // debugger + ////debugger return request({ url: 'auth/login', method: 'post', diff --git a/lms/nladmin-ui/src/router/index.js b/lms/nladmin-ui/src/router/index.js index b00e2ca..7b146c6 100644 --- a/lms/nladmin-ui/src/router/index.js +++ b/lms/nladmin-ui/src/router/index.js @@ -17,7 +17,7 @@ router.beforeEach((to, from, next) => { } NProgress.start() if (getToken()) { - // debugger + ////debugger // 已登录且要跳转的页面是登录页 if (to.path === '/login') { next({ path: '/' }) diff --git a/lms/nladmin-ui/src/utils/permission.js b/lms/nladmin-ui/src/utils/permission.js index 6ada6bb..17d2d20 100644 --- a/lms/nladmin-ui/src/utils/permission.js +++ b/lms/nladmin-ui/src/utils/permission.js @@ -9,7 +9,7 @@ export default function checkPermission(value) { // 权限判断 if (value && value instanceof Array && value.length > 0) { const roles = store.getters && store.getters.roles const permissionRoles = value - // debugger + ////debugger const hasPermission = roles.some(role => { return permissionRoles.includes(role) }) diff --git a/lms/nladmin-ui/src/utils/request.js b/lms/nladmin-ui/src/utils/request.js index 9057128..d51a868 100644 --- a/lms/nladmin-ui/src/utils/request.js +++ b/lms/nladmin-ui/src/utils/request.js @@ -61,7 +61,7 @@ service.interceptors.response.use( console.log(code) if (code) { if (code === 401) { - // debugger + ////debugger store.dispatch('LogOut').then(() => { // 用户登录界面提示 Cookies.set('point', 401) diff --git a/lms/nladmin-ui/src/views/loki/view/index.vue b/lms/nladmin-ui/src/views/loki/view/index.vue index e33752b..17ab269 100644 --- a/lms/nladmin-ui/src/views/loki/view/index.vue +++ b/lms/nladmin-ui/src/views/loki/view/index.vue @@ -397,7 +397,7 @@ export default { }, downloadData() { logOperation.downloadData().then(result => { - debugger + //debugger downloadFile(result, '导出数据', 'xlsx') }); }, diff --git a/lms/nladmin-ui/src/views/system/dept/index.vue b/lms/nladmin-ui/src/views/system/dept/index.vue index 9e27f57..032ae33 100644 --- a/lms/nladmin-ui/src/views/system/dept/index.vue +++ b/lms/nladmin-ui/src/views/system/dept/index.vue @@ -267,7 +267,7 @@ export default { // 改变状态 changeEnabled(data, val) { const satus = this.enabledTypeOptions.find(item => { return item.key == data.is_used }) - debugger + //debugger this.$confirm('此操作将 "' + satus.display_name + '" ' + data.name + '部门, 是否继续?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', diff --git a/lms/nladmin-ui/src/views/wms/agvrush/devicestatus/index.vue b/lms/nladmin-ui/src/views/wms/agvrush/devicestatus/index.vue index eb15eff..4c23c0c 100644 --- a/lms/nladmin-ui/src/views/wms/agvrush/devicestatus/index.vue +++ b/lms/nladmin-ui/src/views/wms/agvrush/devicestatus/index.vue @@ -275,7 +275,7 @@ export default { }, [CRUD.HOOK.afterToCU](crud, form) { this.getUserList() - debugger + //debugger if (form.upload_user && form.upload_user !== '') { form.upload_user = form.upload_user.split(',') } else { diff --git a/lms/nladmin-ui/src/views/wms/basedata/master/class/index.vue b/lms/nladmin-ui/src/views/wms/basedata/master/class/index.vue index 9fbfab2..00d643a 100644 --- a/lms/nladmin-ui/src/views/wms/basedata/master/class/index.vue +++ b/lms/nladmin-ui/src/views/wms/basedata/master/class/index.vue @@ -386,7 +386,7 @@ export default { } const dafult = this.$el.getElementsByClassName('dafult') for (let a = 0; a < dafult.length; a++) { - debugger + //debugger dafult[a].click() } } diff --git a/lms/nladmin-ui/src/views/wms/pdm/bi/index.vue b/lms/nladmin-ui/src/views/wms/pdm/bi/index.vue index 8f8cf22..d6d7176 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/bi/index.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/bi/index.vue @@ -845,7 +845,7 @@ export default { if (this.currentRow !== null) { this.showDtlLoading = true download('/api/subpackagerelation/download', this.crud.query).then(result => { - debugger + //debugger downloadFile(result, '子卷包装', 'xlsx') this.showDtlLoading = false }).catch(() => { diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/coolpointivt/inventory.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/coolpointivt/inventory.vue index e9c95bd..5c5c0cd 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/ivt/coolpointivt/inventory.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/coolpointivt/inventory.vue @@ -361,7 +361,7 @@ export default { return true }, uploadMES() { - debugger + //debugger const _selectData = this.$refs.table.selection if (_selectData.length !== 1) { return this.crud.notify('请选择一个点位进行回传!', CRUD.NOTIFICATION_TYPE.INFO) diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/deliverypointivt/index.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/deliverypointivt/index.vue index ba7fc5b..fa9386f 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/ivt/deliverypointivt/index.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/deliverypointivt/index.vue @@ -267,7 +267,7 @@ export default { return true }, [CRUD.HOOK.beforeSubmit]() { - debugger + //debugger if (this.form.point_status !== '01' && !this.form.vehicle_code) { this.crud.notify('请输入载具编码!', CRUD.NOTIFICATION_TYPE.INFO) return false diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/pointIvt.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/pointIvt.vue index df131de..f7e0325 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/pointIvt.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/pointIvt.vue @@ -288,7 +288,7 @@ export default { this.crud.toQuery() }, uploadMES() { - debugger + //debugger const _selectData = this.$refs.table.selection if (_selectData.length !== 1) { return this.crud.notify('请选择一个点位进行回传!', CRUD.NOTIFICATION_TYPE.INFO) diff --git a/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/AddDialog.vue b/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/AddDialog.vue index 19c62ab..aab3cbd 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/AddDialog.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/AddDialog.vue @@ -681,7 +681,7 @@ export default { } }, tableChanged(rows) { - debugger + //debugger // 对新增的行进行校验不能存在相同物料批次 rows.forEach((item) => { let same_mater = true diff --git a/lms/nladmin-ui/src/views/wms/pdm/sub/DivDialog.vue b/lms/nladmin-ui/src/views/wms/pdm/sub/DivDialog.vue index dfa9fff..bb5ae1c 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/sub/DivDialog.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/sub/DivDialog.vue @@ -232,7 +232,7 @@ export default { }, methods: { handleSearch() { - debugger + //debugger this.multipleSelection = this.multipleSelection.filter(i => { return this.$refs.dis_table.selection.includes(i) }) @@ -315,7 +315,7 @@ export default { }, // 表格1的行点击事件 handleRowClick(scope) { - debugger + //debugger // 按钮禁用 this.isButtonDisabled = !!(scope.status !== '99') this.isButtonDisabled1 = scope.status === '99' @@ -331,7 +331,7 @@ export default { }, // 表格2的行点击事件 handleSelectionChange(selection) { - debugger + //debugger if (selection.length > 0) { this.isButtonDisabled = !selection.every(item => item.status === '99') this.isButtonDisabled1 = selection.some(item => item.status === '99') @@ -346,7 +346,7 @@ export default { this.previousSelection = selection } } else { - debugger + //debugger if (!this.searchText) { this.cancelSelection = [] this.cancelSelection = [...this.currentSelection] @@ -378,17 +378,17 @@ export default { row.index = rowIndex }, async tableChanged(row) { - debugger + //debugger this.form.tableMater = this.currentSelection if (this.currentSelection.length > row.num) { this.crud.notify('子卷数量超过木箱的最大装卷数!', CRUD.NOTIFICATION_TYPE.WARNING) return } - debugger + //debugger this.form.checked = row.material_code this.form.sale_order_name = this.saleOrderName await crudPackagerelation.updateEntityList(this.form) - debugger + //debugger const queryParam = { sale_order_name: this.saleOrderName, type: '0' } const res = crudSubpackagerelation.queryContainerization(queryParam) this.openParam = res.content @@ -398,9 +398,9 @@ export default { this.$emit('childEvent') }, divStruct() { - debugger + //debugger if (this.currentSelection.length > 0 && this.$refs.dis_table.selection.length > 0) { - debugger + //debugger const weightList = this.currentSelection.filter(item => item.weight === '0' || item.weight === null) if (weightList.length > 0) { this.crud.notify('该子卷重量不能为空,请检查子卷的分切计划信息!', CRUD.NOTIFICATION_TYPE.WARNING) diff --git a/lms/nladmin-ui/src/views/wms/pdm/sub/MaterDialog.vue b/lms/nladmin-ui/src/views/wms/pdm/sub/MaterDialog.vue index 6dc0ef9..d72f809 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/sub/MaterDialog.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/sub/MaterDialog.vue @@ -214,7 +214,7 @@ export default { this.$emit('update:dialogShow', false) }, submit() { - debugger + //debugger this.rows = this.$refs.table.selection if (this.rows.length <= 0) { this.crud.notify('请选择木箱信息!', CRUD.NOTIFICATION_TYPE.WARNING) @@ -224,7 +224,7 @@ export default { this.dialogVisible1 = true }, confirmSubmit() { - debugger + //debugger this.dialogVisible1 = false this.$emit('update:dialogShow', false) this.$emit('tableChanged', this.checkrow) diff --git a/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue b/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue index dc16fe4..39fe1e1 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue @@ -227,7 +227,7 @@ export default { this.crud.toQuery() }, async divOpen() { - debugger + //debugger this.saleOrderName = this.currentRow.sale_order_name const queryParam = { sale_order_name: this.currentRow.sale_order_name, type: '0' } const res = await crudSubpackagerelation.queryContainerization(queryParam) @@ -235,7 +235,7 @@ export default { // this.divShow = true }, divOpen1() { - debugger + //debugger this.saleOrderName = this.currentRow.sale_order_name const queryParam = { sale_order_name: this.currentRow.sale_order_name, type: '0' } crudSubpackagerelation.queryContainerization(queryParam).then(res => { @@ -284,7 +284,7 @@ export default { if (this.currentRow !== null) { crud.downloadLoading = true download('/api/packagerelation/download', this.crud.query).then(result => { - debugger + //debugger downloadFile(result, '子卷包装', 'xlsx') crud.downloadLoading = false }).catch(() => { diff --git a/lms/nladmin-ui/src/views/wms/pub/DeviceDialog.vue b/lms/nladmin-ui/src/views/wms/pub/DeviceDialog.vue index 2c81c40..0d563a1 100644 --- a/lms/nladmin-ui/src/views/wms/pub/DeviceDialog.vue +++ b/lms/nladmin-ui/src/views/wms/pub/DeviceDialog.vue @@ -112,7 +112,7 @@ export default { }) }, open() { - debugger + //debugger this.query.region_id = this.openParam this.crud.toQuery() }, diff --git a/lms/nladmin-ui/src/views/wms/pub/PointDialog.vue b/lms/nladmin-ui/src/views/wms/pub/PointDialog.vue index 84901eb..60b9507 100644 --- a/lms/nladmin-ui/src/views/wms/pub/PointDialog.vue +++ b/lms/nladmin-ui/src/views/wms/pub/PointDialog.vue @@ -115,7 +115,7 @@ export default { }) }, open() { - debugger + //debugger this.query.region_id = this.openParam this.crud.toQuery() }, diff --git a/lms/nladmin-ui/src/views/wms/riku/rikustat/index.vue b/lms/nladmin-ui/src/views/wms/riku/rikustat/index.vue index 185a77c..9d95aec 100644 --- a/lms/nladmin-ui/src/views/wms/riku/rikustat/index.vue +++ b/lms/nladmin-ui/src/views/wms/riku/rikustat/index.vue @@ -78,7 +78,7 @@ export default { }, initStatus() { autoWeb().then(res => { - debugger + //debugger this.oneList = res.one this.twoList = res.two this.threeList = res.three diff --git a/lms/nladmin-ui/src/views/wms/sch/point/index.vue b/lms/nladmin-ui/src/views/wms/sch/point/index.vue index e18c27d..4c3749c 100644 --- a/lms/nladmin-ui/src/views/wms/sch/point/index.vue +++ b/lms/nladmin-ui/src/views/wms/sch/point/index.vue @@ -473,7 +473,7 @@ export default { if (this.currentRow !== null) { crud.downloadLoading = true download('/api/point/download', this.crud.query).then(result => { - debugger + //debugger downloadFile(result, '库存', 'xlsx') crud.downloadLoading = false }).catch(() => { @@ -507,7 +507,7 @@ export default { }) }, getPointStatusAndTypeList(id, flag) { - debugger + //debugger if (id) { this.getPointStatusList(id, flag) this.getPointTypeList(id, flag) @@ -517,7 +517,7 @@ export default { } }, getPointStatusList(id, flag) { - debugger + //debugger crudRegion.getPointStatusSelectById(id).then(res => { if (flag === 1) { this.pointStatusList = res diff --git a/lms/nladmin-ui/src/views/wms/sch/task/index.vue b/lms/nladmin-ui/src/views/wms/sch/task/index.vue index 74651f4..effb544 100644 --- a/lms/nladmin-ui/src/views/wms/sch/task/index.vue +++ b/lms/nladmin-ui/src/views/wms/sch/task/index.vue @@ -342,7 +342,7 @@ export default { // 获取子节点数据 loadChildNodes({ action, parentNode, callback }) { if (action === LOAD_CHILDREN_OPTIONS) { - debugger + //debugger crudClassstandard.getClass({ pid: parentNode.id }).then(res => { parentNode.children = res.content.map(function(obj) { if (obj.hasChildren) { @@ -357,11 +357,11 @@ export default { } }, hand(value) { - debugger + //debugger this.crud.toQuery() }, handTaskStatus(value) { - debugger + //debugger if (value) { this.query.task_status = this.task_status.toString() } diff --git a/lms/nladmin-ui/src/views/wms/sendout/outone/index3.vue b/lms/nladmin-ui/src/views/wms/sendout/outone/index3.vue index a5a2ee8..052c89d 100644 --- a/lms/nladmin-ui/src/views/wms/sendout/outone/index3.vue +++ b/lms/nladmin-ui/src/views/wms/sendout/outone/index3.vue @@ -203,7 +203,7 @@ export default { }) // 右键单击事件 lf.on('node:contextmenu', (data, e) => { - debugger + //debugger let item = '' item = this.allStructMsg.find((structMsg) => structMsg.id === data.data.id) @@ -236,7 +236,7 @@ export default { }, initStatus() { // 初始化数据 let resion = {} - debugger + //debugger resion = lf.getGraphData().nodes.map(item => ({ id: item.id, struct_id: item.properties.struct_id })) getStructByCodesFs(resion).then(res => { this.allStructMsg = res diff --git a/lms/nladmin-ui/src/views/wms/sendout/outtwo/index.vue b/lms/nladmin-ui/src/views/wms/sendout/outtwo/index.vue index 2e670e3..a3b0901 100644 --- a/lms/nladmin-ui/src/views/wms/sendout/outtwo/index.vue +++ b/lms/nladmin-ui/src/views/wms/sendout/outtwo/index.vue @@ -148,7 +148,7 @@ export default { }) // 右键单击事件 lf.on('node:contextmenu', (data, e) => { - debugger + //debugger let item = '' item = this.allStructMsg.find((structMsg) => structMsg.id === data.data.id) diff --git a/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue b/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue index 076973e..c7a04d9 100644 --- a/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue +++ b/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue @@ -348,7 +348,7 @@ export default { crudUserStor.getUserStor().then(res => { this.storlist = res }) - // debugger + ////debugger this.billtypelist = this.dict.ST_INV_OUT_TYPE this.crud.query.createTime = [new Date().daysAgo(30), new Date()] this.initQuery() diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue index 9af7539..2297970 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue @@ -420,7 +420,7 @@ export default { }) }, [CRUD.HOOK.afterToView]() { - debugger + //debugger handmovestor.getOutBillDtl({ 'changeinv_id': this.form.changeinv_id }).then(res => { this.form.tableData = res // 将明细变成不可编辑 @@ -432,7 +432,7 @@ export default { }) }, bill_statusFormat(row) { - debugger + //debugger return this.dict.label.work_status[row.work_status] }, quality_scodeFormat(row) { @@ -493,7 +493,7 @@ export default { } }, boxChange(val) { - debugger + //debugger for (let i = 0; i < this.form.tableData.length; i++) { if (this.form.tableData[i].storagevehicle_code === val.storagevehicle_code) { this.$set(this.form.tableData[i], 'isunpackbox', val.isunpackbox) @@ -578,7 +578,7 @@ export default { this.form.detail_count = this.form.tableData.length }, structChanged(row) { - debugger + //debugger let structflag = false for (let i = 0; i < this.form.tableData.length; i++) { if ((this.form.tableData[i].turnin_struct_id === row.struct_id) || (this.form.tableData[i].turnout_struct_id === row.struct_id)) { diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/check/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/check/AddDialog.vue index 5398a34..c94c8cb 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/check/AddDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/check/AddDialog.vue @@ -313,7 +313,7 @@ export default { this.dtlShow = true }, tableChanged(rows) { - debugger + //debugger const tablemap = new Map() rows.forEach((item) => { if (this.form.tableData.length !== 0) { diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDialog.vue index b9ba308..90820e0 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDialog.vue @@ -457,7 +457,7 @@ export default { this.form.detail_count = this.form.tableData.length }, structChanged(row) { - debugger + //debugger let structflag = false for (let i = 0; i < this.form.tableData.length; i++) { if ((this.form.tableData[i].turnin_struct_id === row.struct_id) || (this.form.tableData[i].turnout_struct_id === row.struct_id)) { diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDtl.vue b/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDtl.vue index ad139b5..615bca6 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDtl.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDtl.vue @@ -208,7 +208,7 @@ export default { this.crud.toQuery() }, submit() { - debugger + //debugger this.rows = this.$refs.table.selection if (this.rows.length <= 0) { this.$message('请先勾选物料') diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/index.vue b/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/index.vue index cf93058..1ba4da9 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/index.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/index.vue @@ -345,7 +345,7 @@ export default { }, taskOpen() { this.loadingConfirm = true - debugger + //debugger const a = this.currentRow handmovestor.handdown({ 'moveinv_id': this.currentRow.moveinv_id, 'bill_type': this.currentRow.bill_type }).then(res => { this.querytable() diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/productscrap/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/productscrap/AddDialog.vue index d103aea..bf23c0b 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/productscrap/AddDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/productscrap/AddDialog.vue @@ -412,7 +412,7 @@ export default { this.form.detail_count = this.form.tableData.length }, structChanged(row) { - debugger + //debugger let structflag = false for (let i = 0; i < this.form.tableData.length; i++) { if ((this.form.tableData[i].turnin_struct_id === row.struct_id) || (this.form.tableData[i].turnout_struct_id === row.struct_id)) { diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/CheckDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/CheckDialog.vue index d539cf5..392392d 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/CheckDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/CheckDialog.vue @@ -217,7 +217,7 @@ export default { watch: { dialogShow: { handler(newValue) { - debugger + //debugger this.dialogVisible = newValue } } diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/index.vue b/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/index.vue index b216c59..0114dae 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/index.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/index.vue @@ -302,7 +302,7 @@ export default { }) }, auditPass() { - debugger + //debugger this.mstrow = this.currentRow this.checkShow = true }, diff --git a/lms/nladmin-ui/src/views/wms/st/inbill/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inbill/AddDialog.vue index 90707b6..b83a6d8 100644 --- a/lms/nladmin-ui/src/views/wms/st/inbill/AddDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inbill/AddDialog.vue @@ -325,7 +325,7 @@ export default { this.form.detail_count = this.form.tableData.length }, deleteRow(index, rows) { - debugger + //debugger const package_box_sn = rows[index].package_box_sn let len = rows.length while (len--) { @@ -341,7 +341,7 @@ export default { } }, tableChanged(rows) { - debugger + //debugger // 对新增的行进行校验不能存在相同物料批次 rows.forEach((item) => { let same_mater = true diff --git a/lms/nladmin-ui/src/views/wms/st/inbill/AddDtl.vue b/lms/nladmin-ui/src/views/wms/st/inbill/AddDtl.vue index 286185e..4323a7d 100644 --- a/lms/nladmin-ui/src/views/wms/st/inbill/AddDtl.vue +++ b/lms/nladmin-ui/src/views/wms/st/inbill/AddDtl.vue @@ -167,7 +167,7 @@ export default { this.$emit('update:dialogShow', false) }, submit() { - debugger + //debugger this.$emit('update:dialogShow', false) this.rows = this.$refs.multipleTable.selection crudRawAssist.queryBoxMater(this.rows).then(res => { diff --git a/lms/nladmin-ui/src/views/wms/st/inbill/DivDialog.vue b/lms/nladmin-ui/src/views/wms/st/inbill/DivDialog.vue index cc529a2..a8f1d2a 100644 --- a/lms/nladmin-ui/src/views/wms/st/inbill/DivDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inbill/DivDialog.vue @@ -388,7 +388,7 @@ export default { }) }, allDivStruct() { - debugger + //debugger if (!this.sect_id) { this.crud.notify('请先选择虚拟库区区域!', CRUD.NOTIFICATION_TYPE.INFO) return diff --git a/lms/nladmin-ui/src/views/wms/st/inbill/TaskDialog.vue b/lms/nladmin-ui/src/views/wms/st/inbill/TaskDialog.vue index 6a66d82..915a662 100644 --- a/lms/nladmin-ui/src/views/wms/st/inbill/TaskDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inbill/TaskDialog.vue @@ -321,7 +321,7 @@ export default { this.crud.notify('请选择一条任务项', CRUD.NOTIFICATION_TYPE.INFO) return } - debugger + //debugger if (this.dis_row.work_status !== '01') { this.crud.notify('只能对状态为生成的任务进行修改!', CRUD.NOTIFICATION_TYPE.INFO) return diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/outbill/AddDialog.vue index 15735ec..5a651bf 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/AddDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/AddDialog.vue @@ -467,7 +467,7 @@ export default { // 为了整箱出库 checkoutbill.queryBox(data).then(res => { res.forEach((item) => { - // debugger + ////debugger if (this.form.tableData.length !== 0) { this.flagnow = false for (let i = 0; i < this.form.tableData.length; i++) { diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/StructIvt.vue b/lms/nladmin-ui/src/views/wms/st/outbill/StructIvt.vue index 39bb239..a5f4499 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/StructIvt.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/StructIvt.vue @@ -266,7 +266,7 @@ export default { }) this.fullscreenLoading = true this.queryrow.stor_id = this.rowmst.stor_id - debugger + //debugger checkoutbill.manualDiv({ 'row': this.queryrow, 'rows': rows, 'stor_id': this.rowmst.stor_id }).then(res => { this.$emit('update:dialogShow', false) this.$emit('StructIvtClosed') diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/TaskDialog.vue b/lms/nladmin-ui/src/views/wms/st/outbill/TaskDialog.vue index 7d1c376..8428411 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/TaskDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/TaskDialog.vue @@ -271,7 +271,7 @@ export default { this.currentDis = {} return } - debugger + //debugger this.currentDis = current if (current.task_status === '04') { this.button1 = false diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/UploadDialog.vue b/lms/nladmin-ui/src/views/wms/st/outbill/UploadDialog.vue index f918aa5..78a1ca9 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/UploadDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/UploadDialog.vue @@ -95,7 +95,7 @@ export default { this.file1 = file }, submit() { - debugger + //debugger if (this.beforeAvatarUpload(this.file1)) { this.fileList.name = this.file1.name this.fileList.url = '' diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/index.vue b/lms/nladmin-ui/src/views/wms/st/outbill/index.vue index 645751a..d396a58 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/index.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/index.vue @@ -542,7 +542,7 @@ export default { }, divOpen() { checkoutbill.getOutBillDtl({ 'iostorinv_id': this.currentRow.iostorinv_id }).then(res => { - debugger + //debugger this.openParam = res this.storId = this.currentRow.stor_id this.divShow = true @@ -602,7 +602,7 @@ export default { jo.shd_dtl_num = 44 checkoutbill.getDisNum({ 'iostorinv_id': jo.iostorinv_id }).then(res => { const j = Math.ceil(res.num / jo.shd_dtl_num) - debugger + //debugger for (let i = 0; i < j; i++) { download('/api/checkoutbill/downloadExcel', { 'iostorinv_id': jo.iostorinv_id, 'j': i, 'pageNum': j }).then(result => { downloadFile(result, '发货单', 'xlsx') @@ -628,7 +628,7 @@ export default { } crud.downloadLoading = true download('/api/checkoutbill/download', this.crud.query).then(result => { - debugger + //debugger downloadFile(result, '发货', 'xlsx') crud.downloadLoading = false }).catch(() => { diff --git a/lms/nladmin-ui/src/views/wms/st/outcharge/index.vue b/lms/nladmin-ui/src/views/wms/st/outcharge/index.vue index f74242a..444fa12 100644 --- a/lms/nladmin-ui/src/views/wms/st/outcharge/index.vue +++ b/lms/nladmin-ui/src/views/wms/st/outcharge/index.vue @@ -281,7 +281,7 @@ export default { } }, charge() { - debugger + //debugger if (!this.currentRow) { this.crud.notify('请选择一条单据', CRUD.NOTIFICATION_TYPE.INFO) return diff --git a/lms/nladmin-ui/src/views/wms/st/vehiclebill/PointDialog.vue b/lms/nladmin-ui/src/views/wms/st/vehiclebill/PointDialog.vue index 88013d4..4ac884c 100644 --- a/lms/nladmin-ui/src/views/wms/st/vehiclebill/PointDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/vehiclebill/PointDialog.vue @@ -175,7 +175,7 @@ export default { this.crud.toQuery() }, formatQty(row) { - debugger + //debugger if (row.vehicle_qty === '') { return '0' } diff --git a/lms/nladmin-ui/src/views/wms/statistics/ioStorQuery/index.vue b/lms/nladmin-ui/src/views/wms/statistics/ioStorQuery/index.vue index 831e65e..c4357f0 100644 --- a/lms/nladmin-ui/src/views/wms/statistics/ioStorQuery/index.vue +++ b/lms/nladmin-ui/src/views/wms/statistics/ioStorQuery/index.vue @@ -314,7 +314,7 @@ export default { crudUserStor.getUserStor().then(res => { this.storlist = res }) - debugger + //debugger this.billtypelist = this.dict.ST_INV_IN_TYPE }, methods: {