Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
54bffe0f
Commit
54bffe0f
authored
Apr 06, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev1.6' into dev1.6
parents
26e00fed
dce6d57d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
14 deletions
+25
-14
.env.development
.env.development
+1
-1
index.vue
src/components/QuickCreateCustomer/index.vue
+2
-2
allAchievement.vue
src/views/ecw/deptTarget/allAchievement.vue
+2
-2
creatCollection.vue
src/views/ecw/financial/creatCollection.vue
+9
-5
receiptDetail.vue
src/views/ecw/financial/receiptDetail.vue
+1
-1
detail.vue
src/views/ecw/supplier/detail.vue
+10
-3
No files found.
.env.development
View file @
54bffe0f
...
@@ -6,7 +6,7 @@ VUE_APP_TITLE = 捷道管理系统-测试站
...
@@ -6,7 +6,7 @@ VUE_APP_TITLE = 捷道管理系统-测试站
# 捷道管理系统/开发环境
# 捷道管理系统/开发环境
VUE_APP_BASE_API = 'https://api.
jd
.jdshangmen.com'
VUE_APP_BASE_API = 'https://api.
sit
.jdshangmen.com'
# 路由懒加载
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
VUE_CLI_BABEL_TRANSPILE_MODULES = true
...
...
src/components/QuickCreateCustomer/index.vue
View file @
54bffe0f
...
@@ -32,14 +32,14 @@
...
@@ -32,14 +32,14 @@
:key=
"dict.value"
:label=
"dict.label"
:value=
"parseInt(dict.value)"
/>
:key=
"dict.value"
:label=
"dict.label"
:value=
"parseInt(dict.value)"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('创建时间')"
prop=
"createTime"
>
<
!--
<
el-form-item
:label=
"$t('创建时间')"
prop=
"createTime"
>
<el-date-picker
<el-date-picker
v-model=
"form.createTime"
v-model=
"form.createTime"
type=
"datetime"
type=
"datetime"
value-format=
"timestamp"
value-format=
"timestamp"
:placeholder=
"$t('选择创建时间')"
>
:placeholder=
"$t('选择创建时间')"
>
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
-->
<el-form-item
:label=
"$t('客户经理')"
prop=
"customerService"
>
<el-form-item
:label=
"$t('客户经理')"
prop=
"customerService"
>
<el-select
v-model=
"form.customerService"
:placeholder=
"$t('请选择客户经理')"
>
<el-select
v-model=
"form.customerService"
:placeholder=
"$t('请选择客户经理')"
>
<el-option
v-for=
"item in serviceUserList"
<el-option
v-for=
"item in serviceUserList"
...
...
src/views/ecw/deptTarget/allAchievement.vue
View file @
54bffe0f
...
@@ -41,8 +41,8 @@
...
@@ -41,8 +41,8 @@
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
{{
$t
(
'
搜索
'
)
}}
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
{{
$t
(
'
搜索
'
)
}}
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"resetQuery"
>
{{
$t
(
'
重置
'
)
}}
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"resetQuery"
>
{{
$t
(
'
重置
'
)
}}
</el-button>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExportDetail"
:loading=
"exportLoading"
>
{{
$t
(
'
导出明细
'
)
}}
</el-button>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExportDetail"
:loading=
"exportLoading"
v-hasPermi=
"['ecw:achievement:export']"
>
{{
$t
(
'
导出明细
'
)
}}
</el-button>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExportStatistics"
:loading=
"exportLoading"
>
{{
$t
(
'
导出统计
'
)
}}
</el-button>
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExportStatistics"
:loading=
"exportLoading"
v-hasPermi=
"['ecw:achievement:export']"
>
{{
$t
(
'
导出统计
'
)
}}
</el-button>
<!--
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
:loading=
"exportLoading"
<!--
<el-button
type=
"warning"
plain
icon=
"el-icon-download"
size=
"mini"
@
click=
"handleExport"
:loading=
"exportLoading"
>
{{
$t
(
'
导出
'
)
}}
</el-button>
-->
>
{{
$t
(
'
导出
'
)
}}
</el-button>
-->
</el-form-item>
</el-form-item>
...
...
src/views/ecw/financial/creatCollection.vue
View file @
54bffe0f
...
@@ -94,6 +94,7 @@
...
@@ -94,6 +94,7 @@
icon=
"el-icon-plus"
icon=
"el-icon-plus"
size=
"mini"
size=
"mini"
@
click=
"handleAdd"
@
click=
"handleAdd"
v-hasPermi=
"['ecw:voucher:create:add']"
style=
"padding: 10px; margin-bottom: 10px"
style=
"padding: 10px; margin-bottom: 10px"
>
{{
$t
(
'
添加未收客户款项
'
)
}}
</el-button
>
{{
$t
(
'
添加未收客户款项
'
)
}}
</el-button
>
>
...
@@ -153,8 +154,8 @@
...
@@ -153,8 +154,8 @@
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('操作')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('操作')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
el
-
button
v
-
if
=
"
scope.row.type !== 'total'
"
type
=
"
text
"
@
click
=
"
addDiscount(scope.row, scope.$index)
"
>
{{
scope
.
row
.
discountTotal
?
$t
(
'
修改优惠
'
)
:
$t
(
'
新增优惠
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.type !== 'total'
"
type
=
"
text
"
v
-
hasPermi
=
"
['ecw:voucher:create:editdiscount']
"
@
click
=
"
addDiscount(scope.row, scope.$index)
"
>
{{
scope
.
row
.
discountTotal
?
$t
(
'
修改优惠
'
)
:
$t
(
'
新增优惠
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.type !== 'total'
"
type
=
"
text
"
@
click
=
"
deleteListRow(scope.$index)
"
>
{{
$t
(
'
删除
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.type !== 'total'
"
type
=
"
text
"
v
-
hasPermi
=
"
['ecw:voucher:create:deldiscount']
"
@
click
=
"
deleteListRow(scope.$index)
"
>
{{
$t
(
'
删除
'
)
}}
<
/el-button
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
...
@@ -412,9 +413,9 @@
...
@@ -412,9 +413,9 @@
<
work
-
flow
xmlkey
=
"
merge_order
"
v
-
model
=
"
form.copyUserList
"
><
/work-flow
>
<
work
-
flow
xmlkey
=
"
merge_order
"
v
-
model
=
"
form.copyUserList
"
><
/work-flow
>
<
div
slot
=
"
footer
"
style
=
"
margin: 20px 0
"
>
<
div
slot
=
"
footer
"
style
=
"
margin: 20px 0
"
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
submitForm(0)
"
>
{{
$t
(
'
提交申请
'
)
}}
<
/el-button
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
submitForm(0)
"
v
-
hasPermi
=
"
['ecw:voucher:create:sumbit']
"
>
{{
$t
(
'
提交申请
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
id==0||form.state==0
"
type
=
"
primary
"
:
loading
=
"
saveBtnLoading
"
@
click
=
"
submitForm(1)
"
>
{{
$t
(
'
保存草稿
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
id==0||form.state==0
"
type
=
"
primary
"
:
loading
=
"
saveBtnLoading
"
v
-
hasPermi
=
"
['ecw:voucher:create:save']
"
@
click
=
"
submitForm(1)
"
>
{{
$t
(
'
保存草稿
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
orderData.inWarehouseState==207
"
type
=
"
primary
"
@
click
=
"
$router.push(`/bpm/process-instance/detail?id=`+orderApprovalBackVO.applyingFormId)
"
>
{{
$t
(
'
审核中
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
orderData.inWarehouseState==207
"
type
=
"
primary
"
v
-
hasPermi
=
"
['ecw:voucher:create:see']
"
@
click
=
"
$router.push(`/bpm/process-instance/detail?id=`+orderApprovalBackVO.applyingFormId)
"
>
{{
$t
(
'
审核中
'
)
}}
<
/el-button
>
<!--
<
el
-
button
v
-
if
=
"
orderData.inWarehouseState==207
"
plain
type
=
"
primary
"
@
click
=
"
dialogVisible = true
"
>
{{
$t
(
'
取消审核
'
)
}}
<
/el-button> --
>
<!--
<
el
-
button
v
-
if
=
"
orderData.inWarehouseState==207
"
plain
type
=
"
primary
"
@
click
=
"
dialogVisible = true
"
>
{{
$t
(
'
取消审核
'
)
}}
<
/el-button> --
>
<
el
-
button
plain
type
=
"
primary
"
@
click
=
"
$store.dispatch('tagsView/delCurrentView')
"
>
{{
$t
(
'
返回
'
)
}}
<
/el-button
>
<
el
-
button
plain
type
=
"
primary
"
@
click
=
"
$store.dispatch('tagsView/delCurrentView')
"
>
{{
$t
(
'
返回
'
)
}}
<
/el-button
>
<!--
<
el
-
button
type
=
"
primary
"
:
loading
=
"
saveBtnLoading
"
@
click
=
"
submitForm(0)
"
>
{{
id
&&
form
.
state
!=
0
?
$t
(
'
修改
'
)
:
$t
(
'
新增收款单
'
)
}}
<
/el-button> --
>
<!--
<
el
-
button
type
=
"
primary
"
:
loading
=
"
saveBtnLoading
"
@
click
=
"
submitForm(0)
"
>
{{
id
&&
form
.
state
!=
0
?
$t
(
'
修改
'
)
:
$t
(
'
新增收款单
'
)
}}
<
/el-button> --
>
...
@@ -1185,6 +1186,9 @@ export default {
...
@@ -1185,6 +1186,9 @@ export default {
this
.
opnotice
=
true
this
.
opnotice
=
true
}
else
{
}
else
{
this
.
opnotice
=
false
this
.
opnotice
=
false
this
.
$set
(
this
.
discountForm
,
'
discountTotal
'
,
''
)
this
.
$set
(
this
.
discountForm
,
'
discountRemark
'
,
''
)
this
.
$set
(
this
.
discountForm
,
'
author
'
,
''
)
}
}
}
)
}
)
}
,
}
,
...
...
src/views/ecw/financial/receiptDetail.vue
View file @
54bffe0f
...
@@ -266,7 +266,7 @@
...
@@ -266,7 +266,7 @@
<
el
-
button
v
-
if
=
"
scope.row.status == 0
"
type
=
"
text
"
@
click
=
"
editClick(scope.row)
"
v
-
hasPermi
=
"
['ecw:payment:detail:bankEdit']
"
>
{{
$t
(
'
编辑
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.status == 0
"
type
=
"
text
"
@
click
=
"
editClick(scope.row)
"
v
-
hasPermi
=
"
['ecw:payment:detail:bankEdit']
"
>
{{
$t
(
'
编辑
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.status == 2
"
type
=
"
text
"
@
click
=
"
cancelClick(scope.$index,1)
"
v
-
hasPermi
=
"
['ecw:payment:detail:cancelDetailApproval']
"
>
{{
$t
(
'
取消审核
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.status == 2
"
type
=
"
text
"
@
click
=
"
cancelClick(scope.$index,1)
"
v
-
hasPermi
=
"
['ecw:payment:detail:cancelDetailApproval']
"
>
{{
$t
(
'
取消审核
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.status == 3
"
type
=
"
text
"
@
click
=
"
cancelClick(scope.$index,2)
"
v
-
hasPermi
=
"
['ecw:payment:detail:cancelWriteOffNo']
"
>
{{
$t
(
'
取消反核销审核
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.status == 3
"
type
=
"
text
"
@
click
=
"
cancelClick(scope.$index,2)
"
v
-
hasPermi
=
"
['ecw:payment:detail:cancelWriteOffNo']
"
>
{{
$t
(
'
取消反核销审核
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.status == 3 || scope.row.status == 2
"
type
=
"
text
"
@
click
=
"
$router.push(`/bpm/process-instance/detail?id=`+scope.row.bmpId)
"
v
-
hasPermi
=
"
['ecw:payment:detail:
writeOff
']
"
>
{{
$t
(
'
审核详情
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
scope.row.status == 3 || scope.row.status == 2
"
type
=
"
text
"
@
click
=
"
$router.push(`/bpm/process-instance/detail?id=`+scope.row.bmpId)
"
v
-
hasPermi
=
"
['ecw:payment:detail:
approval
']
"
>
{{
$t
(
'
审核详情
'
)
}}
<
/el-button
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
...
...
src/views/ecw/supplier/detail.vue
View file @
54bffe0f
...
@@ -288,7 +288,7 @@
...
@@ -288,7 +288,7 @@
<el-input
v-model=
"formData.externalVO.goodName"
:placeholder=
"$t('请输入品名')"
show-word-limit
clearable
readonly
></el-input>
<el-input
v-model=
"formData.externalVO.goodName"
:placeholder=
"$t('请输入品名')"
show-word-limit
clearable
readonly
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('清关国家')"
prop=
"clearanceFileId"
>
<el-form-item
:label=
"$t('清关国家')"
prop=
"clearanceFileId"
>
<el-select
v-model=
"formData.clearanceFileId"
@
change=
"changeFile"
disabled
>
<el-select
v-model=
"formData.
externalVO.
clearanceFileId"
@
change=
"changeFile"
disabled
>
<el-option
v-for=
"(item) in fileList"
:value=
"item.id"
:label=
"getCountry(item.country,item.district)"
:key=
"item.id"
/>
<el-option
v-for=
"(item) in fileList"
:value=
"item.id"
:label=
"getCountry(item.country,item.district)"
:key=
"item.id"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -347,6 +347,7 @@ import Selector from '@/components/Selector'
...
@@ -347,6 +347,7 @@ import Selector from '@/components/Selector'
import
{
validatePwd
}
from
'
@/api/ecw/busiPwd
'
import
{
validatePwd
}
from
'
@/api/ecw/busiPwd
'
import
SuppliersSelector
from
'
@/components/SuppliersSelector
'
import
SuppliersSelector
from
'
@/components/SuppliersSelector
'
import
{
getDockPage
}
from
"
@/api/ecw/dock
"
;
import
{
getDockPage
}
from
"
@/api/ecw/dock
"
;
import
{
getListTree
}
from
"
@/api/ecw/region
"
;
export
default
{
export
default
{
components
:
{
upload
,
AreaSelector
,
Selector
,
SuppliersSelector
},
components
:
{
upload
,
AreaSelector
,
Selector
,
SuppliersSelector
},
props
:
[],
props
:
[],
...
@@ -457,6 +458,9 @@ export default {
...
@@ -457,6 +458,9 @@ export default {
getDockPage
({
pageNo
:
"
1
"
,
pageSize
:
"
10000
"
}).
then
((
res
)
=>
{
getDockPage
({
pageNo
:
"
1
"
,
pageSize
:
"
10000
"
}).
then
((
res
)
=>
{
this
.
allDocks
=
res
.
data
.
list
;
this
.
allDocks
=
res
.
data
.
list
;
});
});
getListTree
({
treeType
:
1
}).
then
(
response
=>
{
this
.
treeList
=
response
.
data
})
this
.
getFile
()
this
.
getFile
()
...
@@ -570,8 +574,11 @@ export default {
...
@@ -570,8 +574,11 @@ export default {
},
},
getCountry
(
countryId
,
districtId
)
{
getCountry
(
countryId
,
districtId
)
{
let
country
=
this
.
treeList
.
find
(
item
=>
item
.
id
==
countryId
)
let
country
=
this
.
treeList
.
find
(
item
=>
item
.
id
==
countryId
)
let
district
=
country
.
children
.
find
(
item
=>
item
.
id
==
districtId
)
if
(
country
){
return
this
.
$l
(
country
,
'
title
'
)
+
'
'
+
this
.
$l
(
district
,
'
title
'
)
let
district
=
country
.
children
.
find
(
item
=>
item
.
id
==
districtId
)
return
this
.
$l
(
country
,
'
title
'
)
+
'
'
+
this
.
$l
(
district
,
'
title
'
)
}
return
''
},
},
delContact
(
index
){
delContact
(
index
){
this
.
$confirm
(
this
.
$t
(
'
确定删除此联系人么?
'
)).
then
(()
=>
{
this
.
$confirm
(
this
.
$t
(
'
确定删除此联系人么?
'
)).
then
(()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment