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
b44d0a24
Commit
b44d0a24
authored
Dec 10, 2021
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
71130719
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
137 additions
and
138 deletions
+137
-138
Event.js
src/model/Ditopn/Event.js
+1
-1
index.vue
src/views/Business/Ditopn/index.vue
+1
-1
Ccvpan.vue
src/views/Public/Ccvpan.vue
+120
-15
Ccvpan.vue.bak
src/views/Public/Ccvpan.vue.bak
+14
-120
Setpan.vue
src/views/Public/Setpan.vue
+1
-1
No files found.
src/model/Ditopn/Event.js
View file @
b44d0a24
...
...
@@ -116,7 +116,7 @@ export default {
}
},
async
onSetmodDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"setmod
_
det"
)
let
rtnmsg
=
await
this
.
executeRule
(
"setmod
.
det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
...
...
src/views/Business/Ditopn/index.vue
View file @
b44d0a24
...
...
@@ -142,8 +142,8 @@ import Engp from "./Engp";
import
Addbcb
from
"./Addbcb"
;
import
Limitbody
from
"./Limitbody"
;
import
Coninfp
from
"./Coninfp"
;
import
Ccvpan
from
"./Ccvpan"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
...
...
src/views/Public/Ccvpan.vue
View file @
b44d0a24
<
template
>
<div
class=
"eibs-tab"
>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"应付保证金金额"
>
<c-input
v-model=
"model.liaall.liaccv.concur"
maxlength=
"3"
placeholder=
"请输入应付保证金金额"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"合同金额"
prop=
"liaall.liaccv.concur"
>
<c-row
:gutter=
"20"
>
<!--
<c-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</c-col>
-->
<c-col
:span=
"8"
>
<c-select
v-model=
"model.liaall.liaccv.concur"
...
...
@@ -28,7 +38,18 @@
</c-row>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"合同金额"
>
<c-input
v-model=
"model.liaall.liaccv.newamt"
placeholder=
"请输入合同金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"保证金应收比例"
>
<c-input
v-model=
"model.liaall.liaccv.cshpct"
placeholder=
"请输入保证金应收比例"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"保证金应收比例"
prop=
"liaall.liaccv.cshpct"
>
<c-row>
...
...
@@ -42,9 +63,19 @@
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Reserved Amount"
>
<c-input
v-model=
"model.liaall.liaccv.newresamt"
placeholder=
"请输入Reserved Amount"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"Reserved Amount"
prop=
"liaall.liaccv.newresamt"
>
<c-row
:gutter=
"20"
>
<!--
<c-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</c-col>
-->
<c-col
:span=
"8"
>
<c-select
v-model=
"model.liaall.liaccv.concur"
...
...
@@ -70,12 +101,21 @@
</c-row>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"保证金实收比例"
>
<c-input
v-model=
"model.liaall.liaccv.relcshpct"
placeholder=
"请输入保证金实收比例"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"保证金实收比例"
prop=
"liaall.
misam
t"
>
<el-form-item
label=
"保证金实收比例"
prop=
"liaall.
liaccv.relcshpc
t"
>
<c-row>
<c-col
:span=
"8"
>
<c-input
:readonly=
"true"
v-model=
"model.liaall.misamt"
></c-input>
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.relcshpct"
></c-input>
</c-col>
<c-col
:span=
"12"
style=
"margin-left: 20px"
>
<span>
%
</span>
...
...
@@ -84,9 +124,28 @@
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.liaall.liaccv.gleflg"
>
Create gle flag
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"reserve amount based percent"
>
<c-input
v-model=
"model.liaall.liaccv.pctresamt"
placeholder=
"请输入reserve amount based percent"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.liaall.liaccv.chgcurflg"
>
Change currency flag
</c-checkbox>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"应付保证金金额"
prop=
"liaall.liaccv.concur"
>
<c-row
:gutter=
"20"
>
<!--
<c-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</c-col>
-->
<c-col
:span=
"8"
>
<c-select
v-model=
"model.liaall.liaccv.concur"
...
...
@@ -112,10 +171,22 @@
</c-row>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"openMask"
>
Add
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
icon=
"el-icon-delete"
@
click=
"onLiaccvDel"
>
Del
</c-button>
</c-col>
-->
<c-col
:span=
"24"
style=
"text-align: right"
>
<c-row>
<c-col
:span=
"2"
:offset=
"
19
"
>
<c-col
:span=
"2"
:offset=
"
20
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLiaccvAdd"
>
Add
</c-button>
...
...
@@ -136,13 +207,11 @@
</el-dialog>
</c-col>
<c-col
:span=
"2"
>
<
template
slot-scope=
"scope"
>
<c-button
size=
"small"
icon=
"el-icon-delete"
@
click=
"onLiaccvDel(scope.$index,scope.row)"
>
<!-- <c-col :span="2">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel">
Del
</c-button>
</
template
>
</c-col>
</c-col> -->
</c-row>
</c-col>
...
...
@@ -154,7 +223,7 @@
:list=
"model.liaall.liaccv.liaccvg"
style=
"width:80%,text-align:center"
>
<el-table-column
prop=
"ccdflg"
label=
"CF
O
"
width=
"auto"
>
<el-table-column
prop=
"ccdflg"
label=
"CF
000048
"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"ownref"
label=
"保证金编号"
width=
"auto"
>
</el-table-column>
...
...
@@ -172,9 +241,45 @@
</el-table-column>
<el-table-column
prop=
"covamt"
label=
"折算后金额"
width=
"auto"
>
</el-table-column>
<el-table-column
prop=
"acccovamt"
label=
"Acc Amount"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"OP"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<c-button
size=
"small"
icon=
"el-icon-delete"
@
click=
"onLiaccvDel(scope.$index,scope.row)"
/>
</
template
>
</el-table-column>
</c-table>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Amount Covered">
<c-row>
<c-col :span="8">
<c-select
v-model="model.liaall.liaccv.concur"
disabled
style="width: 100%"
placeholder="请选择Type of settlement"
>
<el-option
v-for="item in codes.curtxt"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</c-col>
<c-col :span="14">
<c-input
v-model="model.liaall.liaccv.totcovamt"
:readonly="true"
></c-input>
</c-col>
</c-row>
</el-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"金额总和"
>
<c-col
:span=
"8"
>
...
...
@@ -191,7 +296,7 @@
<el-form-item
label=
"Additional Information "
>
<c-input
type=
"textarea"
rows=
"5"
:
rows=
"5"
v-model=
"model.liaall.liaccv.addinf"
maxlength=
"200"
show-word-limit
...
...
@@ -216,12 +321,12 @@ export default {
dialogTableVisible
:
false
,
stmData
:
{
columns
:
[
'1 1:1 "Ref
.
" 120'
,
'1 1:1 "Ref" 120'
,
'2 2:1 "User" 80'
,
'3 3:1 "Applicant" 196'
,
'4 4:1 "Account" 120'
,
'5 5:1 "Cur" 50'
,
'6 6:1 "Am
oun
t" 80 2 0 1 18.3'
,
'6 6:1 "Amt" 80 2 0 1 18.3'
,
'7 7:1 "Open date" 80 4 7'
,
'8 8:1 "flg" 40'
,
'9 9:1 "Remarks" 180'
,
...
...
src/views/
Business/Ditopn/Ccvpan.vue
→
src/views/
Public/Ccvpan.vue.bak
View file @
b44d0a24
<template>
<div class="eibs-tab">
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"应付保证金金额"
>
<c-input
v-model=
"model.liaall.liaccv.concur"
maxlength=
"3"
placeholder=
"请输入应付保证金金额"
></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="12">
<el-form-item label="合同金额" prop="liaall.liaccv.concur">
<c-row :gutter="20">
<!--
<c-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</c-col>
-->
<c-col :span="8">
<c-select
v-model="model.liaall.liaccv.concur"
...
...
@@ -38,18 +28,7 @@
</c-row>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"合同金额"
>
<c-input
v-model=
"model.liaall.liaccv.newamt"
placeholder=
"请输入合同金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"保证金应收比例"
>
<c-input
v-model=
"model.liaall.liaccv.cshpct"
placeholder=
"请输入保证金应收比例"
></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="12">
<el-form-item label="保证金应收比例" prop="liaall.liaccv.cshpct">
<c-row>
...
...
@@ -63,19 +42,9 @@
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Reserved Amount"
>
<c-input
v-model=
"model.liaall.liaccv.newresamt"
placeholder=
"请输入Reserved Amount"
></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="12">
<el-form-item label="Reserved Amount" prop="liaall.liaccv.newresamt">
<c-row :gutter="20">
<!--
<c-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</c-col>
-->
<c-col :span="8">
<c-select
v-model="model.liaall.liaccv.concur"
...
...
@@ -101,21 +70,12 @@
</c-row>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"保证金实收比例"
>
<c-input
v-model=
"model.liaall.liaccv.relcshpct"
placeholder=
"请输入保证金实收比例"
></c-input>
</el-form-item>
</c-col>
-->
<c-col :span="12">
<el-form-item
label=
"保证金实收比例"
prop=
"liaall.
liaccv.relcshpc
t"
>
<el-form-item label="保证金实收比例" prop="liaall.
misam
t">
<c-row>
<c-col :span="8">
<c-input
:readonly=
"true"
v-model=
"model.liaall.liaccv.relcshpct"
></c-input>
<c-input :readonly="true" v-model="model.liaall.misamt"></c-input>
</c-col>
<c-col :span="12" style="margin-left: 20px">
<span>%</span>
...
...
@@ -124,28 +84,9 @@
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.liaall.liaccv.gleflg"
>
Create gle flag
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"reserve amount based percent"
>
<c-input
v-model=
"model.liaall.liaccv.pctresamt"
placeholder=
"请输入reserve amount based percent"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.liaall.liaccv.chgcurflg"
>
Change currency flag
</c-checkbox>
</c-col>
-->
<c-col :span="12">
<el-form-item label="应付保证金金额" prop="liaall.liaccv.concur">
<c-row :gutter="20">
<!--
<c-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</c-col>
-->
<c-col :span="8">
<c-select
v-model="model.liaall.liaccv.concur"
...
...
@@ -171,22 +112,10 @@
</c-row>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"openMask"
>
Add
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
icon=
"el-icon-delete"
@
click=
"onLiaccvDel"
>
Del
</c-button>
</c-col>
-->
<c-col :span="24" style="text-align: right">
<c-row>
<c-col
:span=
"2"
:offset=
"
20
"
>
<c-col :span="2" :offset="
19
">
<c-button size="small" type="primary" @click="onLiaccvAdd">
Add
</c-button>
...
...
@@ -207,11 +136,13 @@
</el-dialog>
</c-col>
<!-- <c-col :span="2">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel">
<c-col :span="2">
<template slot-scope="scope">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel(scope.$index,scope.row)">
Del
</c-button>
</c-col> -->
</template>
</c-col>
</c-row>
</c-col>
...
...
@@ -223,7 +154,7 @@
:list="model.liaall.liaccv.liaccvg"
style="width:80%,text-align:center"
>
<el-table-column
prop=
"ccdflg"
label=
"CF
000048
"
width=
"auto"
>
<el-table-column prop="ccdflg" label="CF
O
" width="auto">
</el-table-column>
<el-table-column prop="ownref" label="保证金编号" width="auto">
</el-table-column>
...
...
@@ -241,46 +172,9 @@
</el-table-column>
<el-table-column prop="covamt" label="折算后金额" width="auto">
</el-table-column>
<el-table-column
prop=
"acccovamt"
label=
"Acc Amount"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"OP"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<c-button
size=
"small"
icon=
"el-icon-delete"
@
click=
"onLiaccvDel(scope.$index,scope.row)"
>
Del
</c-button>
</
template
>
</el-table-column>
</c-table>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Amount Covered">
<c-row>
<c-col :span="8">
<c-select
v-model="model.liaall.liaccv.concur"
disabled
style="width: 100%"
placeholder="请选择Type of settlement"
>
<el-option
v-for="item in codes.curtxt"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</c-col>
<c-col :span="14">
<c-input
v-model="model.liaall.liaccv.totcovamt"
:readonly="true"
></c-input>
</c-col>
</c-row>
</el-form-item>
</c-col> -->
<c-col :span="24">
<el-form-item label="金额总和">
<c-col :span="8">
...
...
@@ -297,7 +191,7 @@
<el-form-item label="Additional Information ">
<c-input
type="textarea"
:
rows=
"5"
rows="5"
v-model="model.liaall.liaccv.addinf"
maxlength="200"
show-word-limit
...
...
@@ -322,7 +216,7 @@ export default {
dialogTableVisible: false,
stmData: {
columns: [
'1 1:1 "Ref" 120'
,
'1 1:1 "Ref
.
" 120',
'2 2:1 "User" 80',
'3 3:1 "Applicant" 196',
'4 4:1 "Account" 120',
...
...
src/views/Public/Setpan.vue
View file @
b44d0a24
...
...
@@ -4,7 +4,7 @@
<c-col
:span=
"6"
>
<el-form-item
label=
"参考号"
label-width=
"100px"
>
<c-input
v-model=
"model.
setmod.
ref"
v-model=
"model.
didgrp.rec.own
ref"
maxlength=
"16"
:readonly=
"true"
placeholder=
"请输入our reference"
...
...
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