Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
fukai
vue-gjjs
Commits
92548156
Commit
92548156
authored
Oct 28, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共面板金额格式复原
parent
f157b975
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
26 deletions
+27
-26
Drv.vue
src/views/Business/Bttdck/Drv.vue
+0
-0
Dscinsp.vue
src/views/Business/Bttdck/Dscinsp.vue
+0
-0
Payp.vue
src/views/Business/Bttsnd/Payp.vue
+0
-0
Ccvpan.vue
src/views/Public/Ccvpan.vue
+9
-9
Engp.vue
src/views/Public/Engp.vue
+4
-4
Setpan.vue
src/views/Public/Setpan.vue
+14
-13
No files found.
src/views/Business/Bttdck/Drv.vue
View file @
92548156
This diff is collapsed.
Click to expand it.
src/views/Business/Bttdck/Dscinsp.vue
View file @
92548156
This diff is collapsed.
Click to expand it.
src/views/Business/Bttsnd/Payp.vue
View file @
92548156
This diff is collapsed.
Click to expand it.
src/views/Public/Ccvpan.vue
View file @
92548156
...
...
@@ -206,20 +206,20 @@
<el-table-column
prop=
"cur"
label=
"币种"
width=
"70px"
>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"余额"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
!-- <
template slot-scope="scope">
<c-input-currency
v-model="scope.row.oldamt"
placeholder="0.00"
></c-input-currency>
</
template
>
</template>
-->
</el-table-column>
<el-table-column
prop=
"amt"
label=
"变动金额"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
!-- <
template slot-scope="scope">
<c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
</
template
>
</template>
-->
</el-table-column>
<el-table-column
prop=
"acc"
label=
"保证金账号"
width=
"180px"
>
</el-table-column>
...
...
@@ -228,20 +228,20 @@
<el-table-column
prop=
"concur"
label=
"币种"
width=
"70px"
>
</el-table-column>
<el-table-column
prop=
"covamt"
label=
"折算后金额"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
!-- <
template slot-scope="scope">
<c-input-currency
v-model="scope.row.covamt"
placeholder="0.00"
></c-input-currency>
</
template
>
</el-table-column>
</template>
-->
</el-table-column>
<el-table-column
prop=
"acccovamt"
label=
"实际折算金额"
width=
"150px"
>
<
template
slot-scope=
"scope"
>
<
!-- <
template slot-scope="scope">
<c-input-currency
v-model="scope.row.acccovamt"
placeholder="0.00"
></c-input-currency>
</
template
>
</template>
-->
</el-table-column>
<el-table-column
label=
"操作"
width=
"auto"
fixed=
"right"
align=
"center"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/Public/Engp.vue
View file @
92548156
...
...
@@ -58,12 +58,12 @@
<el-table-column
prop=
"cur"
label=
"币种"
width=
"70px"
>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"原始金额"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
!-- <
template slot-scope="scope">
<c-input-currency
v-model="scope.row.oldamt"
placeholder="0.00"
></c-input-currency>
</
template
>
</template>
-->
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template> -->
...
...
@@ -72,12 +72,12 @@
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.amt)}}
</template> -->
<
template
slot-scope=
"scope"
>
<
!-- <
template slot-scope="scope">
<c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
</
template
>
</template>
-->
</el-table-column>
<el-table-column
prop=
"tenpct"
label=
"%"
width=
"70px"
>
</el-table-column>
...
...
src/views/Public/Setpan.vue
View file @
92548156
...
...
@@ -193,10 +193,10 @@
label-width=
"0"
:prop=
"'setmod.setfog.setfol.' + scope.$index + '.amt'"
>
<c-input-currency
<
!--
<
c-input-currency
v-model=
"scope.row.amt"
placeholder=
"0.00"
></c-input-currency>
></c-input-currency>
-->
</el-form-item>
</
template
>
</el-table-column>
...
...
@@ -398,12 +398,12 @@
</
template
>
</el-table-column>
<el-table-column
label=
"应收金额"
prop=
"ogiamt"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
!-- <
template slot-scope="scope">
<c-input-currency
v-model="scope.row.ogiamt"
placeholder="0.00"
></c-input-currency>
</
template
>
</template>
-->
</el-table-column>
<el-table-column
label=
"实收金额"
prop=
"amt"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -411,10 +411,11 @@
label-width=
"0"
:prop=
"'setmod.setfeg.setfel.' + scope.$index + '.amt'"
>
<c-input-currency
{{
scope
.
row
.
amt
}}
<!--
<c-input-currency
v-model=
"scope.row.amt"
placeholder=
"0.00"
></c-input-currency>
></c-input-currency>
-->
</el-form-item>
</
template
>
</el-table-column>
...
...
@@ -470,7 +471,7 @@
:list=
"stmData3"
:paginationShow=
"true"
:border=
"true"
:total=
"stmData3.length"
:total=
"stmData3.length"
>
<el-table-column
label=
"修改标识"
prop=
"modflg"
width=
"70px"
>
</el-table-column>
...
...
@@ -496,15 +497,15 @@
</el-table-column>
<el-table-column
label=
"记账金额"
prop=
"fmtaccamt"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
!--
<
c-input
<c-input
v-model=
"scope.row.fmtaccamt"
@
change=
"fmtaccamtChange(scope.$index)"
/>
-->
<c-input-currency
/>
<
!--
<
c-input-currency
v-model=
"scope.row.fmtaccamt"
placeholder=
"0.00"
@
change=
"fmtaccamtChange(scope.$index)"
></c-input-currency>
></c-input-currency>
-->
</
template
>
</el-table-column>
<el-table-column
label=
"处理方式"
width=
"110px"
>
...
...
@@ -547,12 +548,12 @@
<el-table-column
label=
"原始币种"
prop=
"cur"
width=
"70px"
>
</el-table-column>
<el-table-column
label=
"原始金额"
prop=
"fmtamt"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
!-- <
template slot-scope="scope">
<c-input-currency
v-model="scope.row.fmtamt"
placeholder="0.00"
></c-input-currency>
</
template
>
</template>
-->
</el-table-column>
<el-table-column
label=
"汇率"
prop=
"rat"
width=
"auto"
>
</el-table-column>
...
...
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