From c5bb6d1eba2b8295574e63c5214ec545a8d2a77a Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 5 Feb 2024 15:00:55 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8D=95=E8=BD=A6?= =?UTF-8?q?=E8=BF=94=E5=88=A9=E9=A2=84=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bicyclerebatewithholding.vue | 20 +++++++++++++------ .../bicyclerebatewithholdingAdd.vue | 5 ++++- .../bicyclerebatewithholdingInfo.vue | 2 +- .../relation/danchefanliAdd.vue | 2 +- .../relation/danchefanliInfo.vue | 2 +- .../relation/danchefanliselect.vue | 2 +- .../danchefanliyutiDaiBanInfo.vue | 2 +- .../danchefanliyutiEdit.vue | 5 +++-- .../danchefanliyutiYiBanInfo.vue | 2 +- .../relation/danchefanliAdd.vue | 2 +- .../relation/danchefanliInfo.vue | 2 +- .../relation/danchefanlichoose.vue | 2 +- 12 files changed, 30 insertions(+), 18 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue index e953cd646d..7ef4d26f22 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue @@ -102,7 +102,7 @@ import bicyclerebatewithholdingInfo from './bicyclerebatewithholdingInfo' import { getStorage } from '@/utils/auth' export default { - name: 'bicyclerebatewithholding', + name: 'BicycleRebateWithholding', components: { Pagination, pageye, @@ -151,9 +151,12 @@ export default { brand_list: [], listQuery: { params: { - createBySid: '', + brandSid: '', createEndTime: '', - createStartTime: '' + createStartTime: '', + orgPath: '', + userSid: '', + menuUrl: '' }, current: 1, size: 5, @@ -256,7 +259,9 @@ export default { // 查询列表信息 getList() { this.listLoading = true - this.listQuery.params.createBySid = window.sessionStorage.getItem('userSid') + this.listQuery.params.userSid = window.sessionStorage.getItem('userSid') + this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') + this.listQuery.params.menuUrl = this.$route.path req.listPage(this.listQuery).then((response) => { console.log('列表查询结果:', response) this.listLoading = false @@ -277,9 +282,12 @@ export default { handleReset() { this.listQuery = { params: { - createBySid: '', + brandSid: '', createEndTime: '', - createStartTime: '' + createStartTime: '', + orgPath: '', + userSid: '', + menuUrl: '' }, current: 1, size: 5, diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue index 6b434311cb..553cc19b93 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue @@ -93,7 +93,7 @@ import danchefanliselect from './relation/danchefanliselect' import danchefanliAdd from './relation/danchefanliAdd' export default { - name: 'bicyclerebatewithholdingAdd', + name: 'BicycleRebateWithholdingAdd', components: { danchefanliselect, danchefanliAdd @@ -120,6 +120,7 @@ export default { createBySid: '', instanceId: '', // 流程实例ID taskId: '', // 任务ID + orgPath: '', scmVehRebateWiths: [] }, rules: {}, @@ -159,6 +160,7 @@ export default { this.formobj.createOrgSid = createOrgSid this.formobj.useOrgSid = createOrgSid this.formobj.createByName = window.sessionStorage.getItem('name') + this.formobj.orgPath = window.sessionStorage.getItem('defaultOrgPath') this.viewTitle = '【新增】预提申请' }, showEdit(row) { @@ -392,6 +394,7 @@ export default { createBySid: '', instanceId: '', // 流程实例ID taskId: '', // 任务ID + orgPath: '', scmVehRebateWiths: [] } this.$refs['form_obj'].resetFields() diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue index af227002f4..9c0d279866 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue @@ -81,7 +81,7 @@ import req from '@/api/bikerebate/bicyclerebatewithholding' import danchefanliInfo from './relation/danchefanliInfo' export default { - name: 'bicyclerebatewithholdingInfo', + name: 'BicycleRebateWithholdingInfo', components: { danchefanliInfo }, diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliAdd.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliAdd.vue index 4c35b05ff0..44594b4611 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliAdd.vue @@ -85,7 +85,7 @@ import req from '@/api/bikerebate/bicyclerebatewithholding' export default { - name: 'danchefanliAdd', + name: 'DanCheFanLiAdd', data() { return { viewTitle: '', diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliInfo.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliInfo.vue index a763bfeb99..b1d0a15470 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliInfo.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliInfo.vue @@ -83,7 +83,7 @@ import req from '@/api/bikerebate/bicyclerebatewithholding' export default { - name: 'danchefanliInfo', + name: 'DanCheFanLiInfo', data() { return { viewTitle: '', diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliselect.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliselect.vue index cffcbe2c30..d27a736db4 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliselect.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliselect.vue @@ -115,7 +115,7 @@ import ButtonBar from '@/components/ButtonBar' import { typeValues } from '@/api/cheliang/dictcommons' export default { - name: 'danchefanliSelect', + name: 'DanCheFanLiSelect', components: { Pagination, ButtonBar diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiDaiBanInfo.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiDaiBanInfo.vue index e117489fe5..d6a17d253d 100644 --- a/anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiDaiBanInfo.vue +++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiDaiBanInfo.vue @@ -104,7 +104,7 @@ import req from '@/api/bikerebate/bicyclerebatewithholding' import danchefanliInfo from './relation/danchefanliInfo' export default { - name: 'danchefanliyutiDaiBanInfo', + name: 'DanCheFanLiYuTiDaiBanInfo', components: { danchefanliInfo }, diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiEdit.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiEdit.vue index c0ad70c52a..5d5ad0438f 100644 --- a/anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiEdit.vue +++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiEdit.vue @@ -87,12 +87,12 @@