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
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
375 additions
and
154 deletions
+375
-154
Drv.vue
src/views/Business/Bttdck/Drv.vue
+0
-0
Dscinsp.vue
src/views/Business/Bttdck/Dscinsp.vue
+141
-73
Payp.vue
src/views/Business/Bttsnd/Payp.vue
+209
-57
Ccvpan.vue
src/views/Public/Ccvpan.vue
+8
-8
Engp.vue
src/views/Public/Engp.vue
+4
-4
Setpan.vue
src/views/Public/Setpan.vue
+13
-12
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
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"14
"
>
<
el-row
>
<c-col
:span=
"20
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px
"
>
<
c-col
:span=
"24"
>
<c-col
:span=
"22
"
>
<el-form-item
label=
"不符点描述"
prop=
"btdgrp.blk.docdis"
>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.docdis"
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.docdis"
maxlength=
"50"
show-word-limit
:disabled=
"model.btdgrp.blk.docdisflg ? false : true"
placeholder=
"请输入不符点描述"
disabled
></c-input>
placeholder=
"请输入不符点描述"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4
"
>
<c-col
:span=
"2
"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('bttp.docdis.buttxmsel', null, null,
{TXT:'btdgrp.blk.docdis'}, {TXT: false},'doxpDialog')">
...
icon=
"el-icon-more"
@
click=
"
showGridPromptDialog(
'bttp.docdis.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.docdis' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</
el-row
>
<
el-row
>
<c-col
:span=
"20
"
>
</
c-col
>
<
c-col
:span=
"24"
>
<c-col
:span=
"22
"
>
<el-form-item
label=
"国内不符点描述"
prop=
"btdgrp.blk.intdis"
>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.intdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入国内不符点描述"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.intdis"
maxlength=
"65"
show-word-limit
placeholder=
"请输入国内不符点描述"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4
"
>
<c-col
:span=
"2
"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('bttp.intdis.buttxmsel', null, null,
{TXT:'btdgrp.blk.intdis'}, {TXT: false},'doxpDialog')">
...
icon=
"el-icon-more"
@
click=
"
showGridPromptDialog(
'bttp.intdis.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.intdis' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"20"
>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"评论和结论"
prop=
"btdgrp.blk.comcon"
>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.comcon"
maxlength=
"65"
show-word-limit
placeholder=
"请输入评论和结论"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.comcon"
maxlength=
"65"
show-word-limit
placeholder=
"请输入评论和结论"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4
"
>
<c-col
:span=
"2
"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('bttp.comcon.buttxmsel', null, null,
{TXT:'btdgrp.blk.comcon'}, {TXT: false},'doxpDialog')">
...
icon=
"el-icon-more"
@
click=
"
showGridPromptDialog(
'bttp.comcon.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.comcon' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</
el-row
>
</
c-col
>
<
el-row
>
<c-col
:span=
"20
"
>
<
c-col
:span=
"24"
>
<c-col
:span=
"22
"
>
<el-form-item
label=
"结汇指示交易记录"
prop=
"btdgrp.blk.setinsbt"
>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.setinsbt"
maxlength=
"65"
show-word-limit
placeholder=
"请输入结汇指示交易记录"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.btdgrp.blk.setinsbt"
maxlength=
"65"
show-word-limit
placeholder=
"请输入结汇指示交易记录"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4
"
>
<c-col
:span=
"2
"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"showGridPromptDialog('bttp.setins.buttxmsel', null, null,
{TXT:'btdgrp.blk.setinsbt'}, {TXT: false},'doxpDialog')">
...
icon=
"el-icon-more"
@
click=
"
showGridPromptDialog(
'bttp.setins.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.setinsbt' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</el-row>
<el-row>
</c-col>
</c-col>
<!-- right -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"btdgrp.blk.docdisflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.btdgrp.blk.docdisflg"
>
不符点描述修改
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"进一步处理"
prop=
"bttp.futhndflg"
>
<c-select
v-model=
"model.bttp.futhndflg"
style=
"width: 100%"
placeholder=
"请选择进一步处理"
:code=
"codes.futhndflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据状态"
prop=
"btdgrp.rec.docsta"
>
<c-input
v-model=
"model.btdgrp.rec.docsta"
style=
"width: 100%"
placeholder=
"请选择单据状态"
disabled
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- bottom -->
<c-col
:span=
"24"
>
<c-docpre
:model=
"model"
...
...
@@ -82,9 +179,7 @@
}"
>
</c-docpre>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"24"
>
<c-docpre
:model=
"model"
...
...
@@ -96,53 +191,26 @@
}"
>
</c-docpre>
</c-col>
</el-row>
</c-col>
<c-col
:span=
"9"
:offset=
"1"
>
<c-col
:span=
"20"
:offset=
"3"
>
<c-checkbox
v-model=
"model.btdgrp.blk.docdisflg"
>
不符点描述修改
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"进一步处理"
prop=
"bttp.futhndflg"
>
<c-select
v-model=
"model.bttp.futhndflg"
style=
"width:100%"
placeholder=
"请选择进一步处理"
:code=
"codes.futhndflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据状态"
prop=
"btdgrp.rec.docsta"
>
<c-input
v-model=
"model.btdgrp.rec.docsta"
style=
"width:100%"
placeholder=
"请选择单据状态"
disabled
>
</c-input>
</el-form-item>
</c-col>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Bttdck/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Bttdck/Event"
;
import
Docpre
from
"~/views/Public/Docpre"
;
export
default
{
components
:
{
"c-docpre"
:
Docpre
},
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
}
return
{};
},
methods
:{...
Event
},
created
:
function
(){
}
}
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
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
>
</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>
...
...
@@ -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