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
20fd044a
Commit
20fd044a
authored
Apr 13, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'predev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into predev
parents
b4a5f54d
d9f53673
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3855 additions
and
3821 deletions
+3855
-3821
en_US.json
src/i18n/languages/en_US.json
+3825
-3792
commission-Payment.vue
src/views/ecw/financial/commission-Payment.vue
+7
-7
commission-requestFunds.vue
src/views/ecw/financial/commission-requestFunds.vue
+4
-4
commissionPaymentDetails.vue
...ews/ecw/financial/components/commissionPaymentDetails.vue
+8
-7
paymentVoucher.vue
src/views/ecw/financial/paymentVoucher.vue
+7
-7
printPaymentVoucher.vue
src/views/ecw/financial/printPaymentVoucher.vue
+4
-4
No files found.
src/i18n/languages/en_US.json
View file @
20fd044a
This diff is collapsed.
Click to expand it.
src/views/ecw/financial/commission-Payment.vue
View file @
20fd044a
...
@@ -108,14 +108,14 @@
...
@@ -108,14 +108,14 @@
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:edit']"
v-if=
"[0,2].includes(row.state)"
@
click=
"$router.push(
{path:'/financial/commission-requestFunds',query:{id:row.id}})" >
{{
$t
(
'
编辑
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:edit']"
v-if=
"[0,2].includes(row.state)"
@
click=
"$router.push(
{path:'/financial/commission-requestFunds',query:{id:row.id}})" >
{{
$t
(
'
编辑
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:delete']"
@
click=
"deleteFn(row)"
v-if=
"[0,2].includes(row.state)"
>
{{
$t
(
'
删除
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:delete']"
@
click=
"deleteFn(row)"
v-if=
"[0,2].includes(row.state)"
>
{{
$t
(
'
删除
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:details']"
v-if=
"[7,3,1,5].includes(row.state)"
@
click=
"$router.push(
{path:'/bpm/process-instance/detail',query:{id:row.bmpId}})" >
{{
$t
(
'
审核详情
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:details']"
v-if=
"[7,3,1,5].includes(row.state)"
@
click=
"$router.push(
{path:'/bpm/process-instance/detail',query:{id:row.bmpId}})" >
{{
$t
(
'
审核详情
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:Unapprove']"
v-if=
"[1].includes(row.state)"
@
click=
"bridgeFn(
'取消审核',7, row, '取消审核'
)"
>
{{
$t
(
'
取消审核
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:Unapprove']"
v-if=
"[1].includes(row.state)"
@
click=
"bridgeFn(
$t('取消审核'),7, row, $t('取消审核')
)"
>
{{
$t
(
'
取消审核
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:De-approval']"
v-if=
"[4,].includes(row.state)"
@
click=
"bridgeFn(
'佣金付款单反审核', 1, row, '提交反审核'
,)"
>
{{
$t
(
'
反审核
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:De-approval']"
v-if=
"[4,].includes(row.state)"
@
click=
"bridgeFn(
$t('佣金付款单反审核'), 1, row, $t('提交反审核')
,)"
>
{{
$t
(
'
反审核
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:Write-off']"
v-if=
"[4,].includes(row.state)"
@
click=
"bridgeFn(
'佣金付款单核销申请', 2, row, '提交核销'
)"
>
{{
$t
(
'
核销
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:Write-off']"
v-if=
"[4,].includes(row.state)"
@
click=
"bridgeFn(
$t('佣金付款单核销申请'), 2, row, $t('提交核销')
)"
>
{{
$t
(
'
核销
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:print']"
v-if=
"[4,6].includes(row.state)"
@
click=
"$router.push(
{path:'/financial/printPaymentVoucherCommission',query:{id:row.id}})" >
{{
$t
(
'
打印
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:print']"
v-if=
"[4,6].includes(row.state)"
@
click=
"$router.push(
{path:'/financial/printPaymentVoucherCommission',query:{id:row.id}})" >
{{
$t
(
'
打印
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:CancelWrite-off']"
v-if=
"[6,].includes(row.state)"
@
click=
"bridgeFn(
'佣金付款单反核销申请', 3, row, '提交反核销'
)"
>
{{
$t
(
'
反核销
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:CancelWrite-off']"
v-if=
"[6,].includes(row.state)"
@
click=
"bridgeFn(
$t('佣金付款单反核销申请'), 3, row, $t('提交反核销')
)"
>
{{
$t
(
'
反核销
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:CancelDe-approval']"
v-if=
"[3].includes(row.state)"
@
click=
"bridgeFn(
'取消佣金付款单反审核',4, row, '提交取消反审核'
)"
>
{{
$t
(
'
取消反审核
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:CancelDe-approval']"
v-if=
"[3].includes(row.state)"
@
click=
"bridgeFn(
$t('取消佣金付款单反审核'),4, row, $t('提交取消反审核')
)"
>
{{
$t
(
'
取消反审核
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:CancelWrite-off']"
v-if=
"[5].includes(row.state)"
@
click=
"bridgeFn(
'取消佣金付款单核销',5, row, '取消付款单核销'
)"
>
{{
$t
(
'
取消核销
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:CancelWrite-off']"
v-if=
"[5].includes(row.state)"
@
click=
"bridgeFn(
$t('取消佣金付款单核销'),5, row, $t('取消付款单核销')
)"
>
{{
$t
(
'
取消核销
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:CancelCancellingWrite-off']"
v-if=
"[7].includes(row.state)"
@
click=
"bridgeFn(
'取消佣金付款单反核销',6, row, '取消付款单反核销'
)"
>
{{
$t
(
'
取消反核销
'
)
}}
</el-button>
<el-button
type=
"text"
size=
"mini"
v-has-permi=
"['ecw:commission-Payment:CancelCancellingWrite-off']"
v-if=
"[7].includes(row.state)"
@
click=
"bridgeFn(
$t('取消佣金付款单反核销'),6, row, $t('取消付款单反核销')
)"
>
{{
$t
(
'
取消反核销
'
)
}}
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
src/views/ecw/financial/commission-requestFunds.vue
View file @
20fd044a
...
@@ -751,13 +751,13 @@ export default {
...
@@ -751,13 +751,13 @@ export default {
}
,
}
,
convertCurrency
(
money
)
{
convertCurrency
(
money
)
{
//汉字的数字
//汉字的数字
var
cnNums
=
new
Array
(
'
零
'
,
this
.
$t
(
'
壹
'
),
this
.
$t
(
'
贰
'
),
this
.
$t
(
'
叁
'
),
this
.
$t
(
'
肆
'
),
this
.
$t
(
'
伍
'
),
this
.
$t
(
'
陆
'
),
this
.
$t
(
'
柒
'
),
this
.
$t
(
'
捌
'
),
'
玖
'
);
var
cnNums
=
new
Array
(
this
.
$t
(
'
零
'
),
this
.
$t
(
'
壹
'
),
this
.
$t
(
'
贰
'
),
this
.
$t
(
'
叁
'
),
this
.
$t
(
'
肆
'
),
this
.
$t
(
'
伍
'
),
this
.
$t
(
'
陆
'
),
this
.
$t
(
'
柒
'
),
this
.
$t
(
'
捌
'
),
this
.
$t
(
'
玖
'
)
);
//基本单位
//基本单位
var
cnIntRadice
=
new
Array
(
''
,
this
.
$t
(
'
拾
'
),
this
.
$t
(
'
佰
'
),
'
仟
'
);
var
cnIntRadice
=
new
Array
(
''
,
this
.
$t
(
'
拾
'
),
this
.
$t
(
'
佰
'
),
this
.
$t
(
'
仟
'
)
);
//对应整数部分扩展单位
//对应整数部分扩展单位
var
cnIntUnits
=
new
Array
(
''
,
this
.
$t
(
'
万
'
),
this
.
$t
(
'
亿
'
),
'
兆
'
);
var
cnIntUnits
=
new
Array
(
''
,
this
.
$t
(
'
万
'
),
this
.
$t
(
'
亿
'
),
this
.
$t
(
'
兆
'
)
);
//对应小数部分单位
//对应小数部分单位
var
cnDecUnits
=
new
Array
(
'
角
'
,
this
.
$t
(
'
分
'
),
this
.
$t
(
'
毫
'
),
'
厘
'
);
var
cnDecUnits
=
new
Array
(
this
.
$t
(
'
角
'
),
this
.
$t
(
'
分
'
),
this
.
$t
(
'
毫
'
),
this
.
$t
(
'
厘
'
)
);
//整数金额时后面跟的字符
//整数金额时后面跟的字符
var
cnInteger
=
this
.
$t
(
'
整
'
);
var
cnInteger
=
this
.
$t
(
'
整
'
);
//整型完以后的单位
//整型完以后的单位
...
...
src/views/ecw/financial/components/commissionPaymentDetails.vue
View file @
20fd044a
<
template
>
<
template
>
<div>
<div>
<el-descriptions
:column=
"5"
size=
"mini"
>
<el-descriptions
:column=
"5"
size=
"mini"
>
<el-descriptions-item
label=
"付款单
"
>
{{
record
.
paymentNo
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('付款单')
"
>
{{
record
.
paymentNo
}}
</el-descriptions-item>
<el-descriptions-item
label=
"客户名称
"
>
{{
record
.
customerName
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('客户名称')
"
>
{{
record
.
customerName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"创建时间
"
>
{{
parseTime
(
record
.
createTime
)
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('创建时间')
"
>
{{
parseTime
(
record
.
createTime
)
}}
</el-descriptions-item>
<el-descriptions-item
label=
"业务员
"
>
{{
record
.
salesmanName
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('业务员')
"
>
{{
record
.
salesmanName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"付款金额
"
>
{{
record
.
totalAmount
}}
rmb
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('付款金额')
"
>
{{
record
.
totalAmount
}}
rmb
</el-descriptions-item>
<el-descriptions-item
v-if=
"record.reason"
label=
"申请理由
"
>
{{
record
.
reason
}}
</el-descriptions-item>
<el-descriptions-item
v-if=
"record.reason"
:label=
"$t('申请理由')
"
>
{{
record
.
reason
}}
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
<router-link
:to=
"
{path:'/financial/commission-requestFunds',query:{lookId: this.record.id}}">
<router-link
:to=
"
{path:'/financial/commission-requestFunds',query:{lookId: this.record.id}}">
<el-button
type=
"primary"
>
查看详情
</el-button>
<el-button
type=
"primary"
>
{{
$t
(
'
查看详情
'
)
}}
</el-button>
</router-link>
</router-link>
</div>
</div>
</
template
>
</
template
>
...
@@ -37,6 +37,7 @@ export default {
...
@@ -37,6 +37,7 @@ export default {
id
:{
id
:{
handler
:
function
(
newVal
){
handler
:
function
(
newVal
){
commissionPaymentGetPaymentApprove
({
id
:
newVal
}).
then
(
r
=>
{
commissionPaymentGetPaymentApprove
({
id
:
newVal
}).
then
(
r
=>
{
console
.
log
(
r
,
'
rrr
'
);
getCommissionPayment
({
id
:
r
.
data
.
paymentId
}).
then
(
res
=>
{
getCommissionPayment
({
id
:
r
.
data
.
paymentId
}).
then
(
res
=>
{
this
.
record
=
res
.
data
;
this
.
record
=
res
.
data
;
this
.
record
.
reason
=
r
.
data
.
reason
//申请理由
this
.
record
.
reason
=
r
.
data
.
reason
//申请理由
...
...
src/views/ecw/financial/paymentVoucher.vue
View file @
20fd044a
...
@@ -141,25 +141,25 @@
...
@@ -141,25 +141,25 @@
v
-
hasPermi
=
"
['ecw:paymentVoucher:edit']
"
type
=
"
text
"
>
{{
$t
(
'
编辑
'
)
}}
v
-
hasPermi
=
"
['ecw:paymentVoucher:edit']
"
type
=
"
text
"
>
{{
$t
(
'
编辑
'
)
}}
<
/el-button
>
<
/el-button
>
<!--
<
el
-
button
v
-
if
=
"
[1,3].includes(row.state)
"
size
=
"
mini
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:process']
"
type
=
"
text
"
@
click
=
"
examineClick(scope.row.id)
"
>
{{
$t
(
'
审核
'
)
}}
<
/el-button>--
>
<!--
<
el
-
button
v
-
if
=
"
[1,3].includes(row.state)
"
size
=
"
mini
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:process']
"
type
=
"
text
"
@
click
=
"
examineClick(scope.row.id)
"
>
{{
$t
(
'
审核
'
)
}}
<
/el-button>--
>
<
el
-
button
size
=
"
mini
"
type
=
"
text
"
v
-
show
=
"
[1].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:Unapprove']
"
@
click
=
"
bridgeFn(1,
'取消审核'
,row)
"
>
<
el
-
button
size
=
"
mini
"
type
=
"
text
"
v
-
show
=
"
[1].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:Unapprove']
"
@
click
=
"
bridgeFn(1,
$t('取消审核')
,row)
"
>
{{
$t
(
'
取消审核
'
)
}}
{{
$t
(
'
取消审核
'
)
}}
<
/el-button
>
<
/el-button
>
<
el
-
button
size
=
"
mini
"
type
=
"
text
"
v
-
show
=
"
[7,3,1,5].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:details']
"
@
click
=
"
$router.push({path:'/bpm/process-instance/detail',query:{id:row.bmpId
}}
)
"
>
{{
$t
(
'
审核详情
'
)
}}
<
/el-button
>
<
el
-
button
size
=
"
mini
"
type
=
"
text
"
v
-
show
=
"
[7,3,1,5].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:details']
"
@
click
=
"
$router.push({path:'/bpm/process-instance/detail',query:{id:row.bmpId
}}
)
"
>
{{
$t
(
'
审核详情
'
)
}}
<
/el-button
>
<
el
-
button
size
=
"
mini
"
type
=
"
text
"
v
-
if
=
"
[3].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:Cancel-De-approval']
"
@
click
=
"
bridgeFn(2,
'取消付款单反审核'
,row)
"
>
{{
$t
(
'
取消反审核
'
)
}}
<
/el-button
>
<
el
-
button
size
=
"
mini
"
type
=
"
text
"
v
-
if
=
"
[3].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:Cancel-De-approval']
"
@
click
=
"
bridgeFn(2,
$t('取消付款单反审核')
,row)
"
>
{{
$t
(
'
取消反审核
'
)
}}
<
/el-button
>
<
el
-
button
size
=
"
mini
"
type
=
"
text
"
v
-
if
=
"
[5].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:Cancel-Write-off']
"
@
click
=
"
bridgeFn(3,
'取消付款单核销'
,row)
"
>
{{
$t
(
'
取消核销
'
)
}}
<
/el-button
>
<
el
-
button
size
=
"
mini
"
type
=
"
text
"
v
-
if
=
"
[5].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:Cancel-Write-off']
"
@
click
=
"
bridgeFn(3,
$t('取消付款单核销')
,row)
"
>
{{
$t
(
'
取消核销
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
[4].includes(row.state)
"
size
=
"
mini
"
type
=
"
text
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:De-approval']
"
<
el
-
button
v
-
if
=
"
[4].includes(row.state)
"
size
=
"
mini
"
type
=
"
text
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:De-approval']
"
@
click
=
"
bridgeFn(4,
'反审核'
,row)
"
>
{{
$t
(
'
反审核
'
)
}}
@
click
=
"
bridgeFn(4,
$t('反审核')
,row)
"
>
{{
$t
(
'
反审核
'
)
}}
<
/el-button
>
<
/el-button
>
<
el
-
button
v
-
if
=
"
[4].includes(row.state)
"
size
=
"
mini
"
type
=
"
text
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:writeOff']
"
<
el
-
button
v
-
if
=
"
[4].includes(row.state)
"
size
=
"
mini
"
type
=
"
text
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:writeOff']
"
@
click
=
"
bridgeFn(5,
'核销'
,row)
"
>
{{
$t
(
'
核销
'
)
}}
@
click
=
"
bridgeFn(5,
$t('核销')
,row)
"
>
{{
$t
(
'
核销
'
)
}}
<
/el-button
>
<
/el-button
>
<
el
-
button
v
-
if
=
"
[6].includes(row.state)
"
size
=
"
mini
"
type
=
"
text
"
<
el
-
button
v
-
if
=
"
[6].includes(row.state)
"
size
=
"
mini
"
type
=
"
text
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:cancelWriteOff']
"
@
click
=
"
bridgeFn(6,
'反核销'
,row)
"
>
v
-
hasPermi
=
"
['ecw:paymentVoucher:cancelWriteOff']
"
@
click
=
"
bridgeFn(6,
$t('反核销')
,row)
"
>
{{
$t
(
'
反核销
'
)
}}
{{
$t
(
'
反核销
'
)
}}
<
/el-button
>
<
/el-button
>
<
el
-
button
v
-
if
=
"
[7].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:Cancel-Cancelling-Write-off']
"
size
=
"
mini
"
type
=
"
text
"
@
click
=
"
bridgeFn(7,
'取消付款单反核销'
,row)
"
>
{{
$t
(
'
取消反核销
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
[7].includes(row.state)
"
v
-
hasPermi
=
"
['ecw:paymentVoucher:Cancel-Cancelling-Write-off']
"
size
=
"
mini
"
type
=
"
text
"
@
click
=
"
bridgeFn(7,
$t('取消付款单反核销')
,row)
"
>
{{
$t
(
'
取消反核销
'
)
}}
<
/el-button
>
<!--
<
el
-
button
v
-
if
=
"
scope.row.state == 3
"
size
=
"
mini
"
type
=
"
text
"
>
{{
$t
(
'
开票
'
)
}}
<
/el-button> --
>
<!--
<
el
-
button
v
-
if
=
"
scope.row.state == 3
"
size
=
"
mini
"
type
=
"
text
"
>
{{
$t
(
'
开票
'
)
}}
<
/el-button> --
>
<
el
-
button
v
-
if
=
"
[6,4].includes(row.state)
"
size
=
"
mini
"
type
=
"
text
"
@
click
=
"
toprint(row.id)
"
<
el
-
button
v
-
if
=
"
[6,4].includes(row.state)
"
size
=
"
mini
"
type
=
"
text
"
@
click
=
"
toprint(row.id)
"
...
...
src/views/ecw/financial/printPaymentVoucher.vue
View file @
20fd044a
...
@@ -198,13 +198,13 @@
...
@@ -198,13 +198,13 @@
},
},
convertCurrency
(
money
)
{
convertCurrency
(
money
)
{
//汉字的数字
//汉字的数字
var
cnNums
=
new
Array
(
'
零
'
,
this
.
$t
(
'
壹
'
),
this
.
$t
(
'
贰
'
),
this
.
$t
(
'
叁
'
),
this
.
$t
(
'
肆
'
),
this
.
$t
(
'
伍
'
),
this
.
$t
(
'
陆
'
),
this
.
$t
(
'
柒
'
),
this
.
$t
(
'
捌
'
),
'
玖
'
);
var
cnNums
=
new
Array
(
this
.
$t
(
'
零
'
),
this
.
$t
(
'
壹
'
),
this
.
$t
(
'
贰
'
),
this
.
$t
(
'
叁
'
),
this
.
$t
(
'
肆
'
),
this
.
$t
(
'
伍
'
),
this
.
$t
(
'
陆
'
),
this
.
$t
(
'
柒
'
),
this
.
$t
(
'
捌
'
),
this
.
$t
(
'
玖
'
)
);
//基本单位
//基本单位
var
cnIntRadice
=
new
Array
(
''
,
this
.
$t
(
'
拾
'
),
this
.
$t
(
'
佰
'
),
'
仟
'
);
var
cnIntRadice
=
new
Array
(
''
,
this
.
$t
(
'
拾
'
),
this
.
$t
(
'
佰
'
),
this
.
$t
(
'
仟
'
)
);
//对应整数部分扩展单位
//对应整数部分扩展单位
var
cnIntUnits
=
new
Array
(
''
,
this
.
$t
(
'
万
'
),
this
.
$t
(
'
亿
'
),
'
兆
'
);
var
cnIntUnits
=
new
Array
(
''
,
this
.
$t
(
'
万
'
),
this
.
$t
(
'
亿
'
),
this
.
$t
(
'
兆
'
)
);
//对应小数部分单位
//对应小数部分单位
var
cnDecUnits
=
new
Array
(
'
角
'
,
this
.
$t
(
'
分
'
),
this
.
$t
(
'
毫
'
),
'
厘
'
);
var
cnDecUnits
=
new
Array
(
this
.
$t
(
'
角
'
),
this
.
$t
(
'
分
'
),
this
.
$t
(
'
毫
'
),
this
.
$t
(
'
厘
'
)
);
//整数金额时后面跟的字符
//整数金额时后面跟的字符
var
cnInteger
=
this
.
$t
(
'
整
'
);
var
cnInteger
=
this
.
$t
(
'
整
'
);
//整型完以后的单位
//整型完以后的单位
...
...
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