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
bcd122a0
Commit
bcd122a0
authored
Aug 20, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b6a5c721
c051c401
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
29 additions
and
34 deletions
+29
-34
Event.js
src/model/Ditopn/Event.js
+3
-2
Addbcb.vue
src/views/Business/Ditopn/Addbcb.vue
+1
-0
Ccvpan.vue
src/views/Business/Ditopn/Ccvpan.vue
+3
-4
Coninfp.vue
src/views/Business/Ditopn/Coninfp.vue
+2
-0
Engp.vue
src/views/Business/Ditopn/Engp.vue
+4
-0
Mt799.vue
src/views/Business/Ditopn/Mt799.vue
+1
-1
Setpan.vue
src/views/Business/Ditopn/Setpan.vue
+3
-3
Tk.vue
src/views/Business/Ditopn/Tk.vue
+4
-16
Menu.vue
src/views/Business/Sptsel/Menu.vue
+8
-8
No files found.
src/model/Ditopn/Event.js
View file @
bcd122a0
...
...
@@ -300,7 +300,7 @@ export default {
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
//TODO 处理数据逻辑
this
.
stmData
.
data
=
rtnmsg
.
data
.
stgS
tm
.
rows
;
this
.
stmData
.
data
=
rtnmsg
.
data
.
liaall_liaccv_stgs
tm
.
rows
;
this
.
dialogTableVisible
=
true
;
...
...
@@ -427,9 +427,10 @@ export default {
},
async
pickDepItem
(
row
){
debugger
;
var
params
=
{
'selsptinr'
:
row
[
0
]};
//{params:{'selsptinr':row[0]}}
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/liaall.liaccv.add"
,{...
Utils
.
getRequestDataFn
.
call
(
this
),
params
})
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/liaall.liaccv.add"
,{...
Utils
.
flatObject
(
this
.
model
),
params
})
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
this
.
dialogTableVisible
=
false
;
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
...
...
src/views/Business/Ditopn/Addbcb.vue
View file @
bcd122a0
...
...
@@ -37,6 +37,7 @@
:disabled=
"model.litameadv != 2"
type=
"textarea"
v-model=
"model.ameadvrmk"
:autosize=
"
{ minRows: 4, maxRows: 6 }"
maxlength="68"
style="width: 80%"
show-word-limit
...
...
src/views/Business/Ditopn/Ccvpan.vue
View file @
bcd122a0
...
...
@@ -9,7 +9,7 @@
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"合同金额"
prop=
"liaall.liaccv.concur"
>
<el-row>
<el-row
:gutter=
"20"
>
<!--
<el-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</el-col>
-->
...
...
@@ -29,7 +29,6 @@
</el-option>
</c-select>
</el-col>
<el-col
:span=
"14"
>
<c-input
:readonly=
"true"
...
...
@@ -73,7 +72,7 @@
-->
<el-col
:span=
"12"
>
<el-form-item
label=
"Reserved Amount"
prop=
"liaall.liaccv.newresamt"
>
<el-row>
<el-row
:gutter=
"20"
>
<!--
<el-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</el-col>
-->
...
...
@@ -140,7 +139,7 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"应付保证金金额"
prop=
"liaall.liaccv.concur"
>
<el-row>
<el-row
:gutter=
"20"
>
<!--
<el-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
<!--
</el-col>
-->
...
...
src/views/Business/Ditopn/Coninfp.vue
View file @
bcd122a0
...
...
@@ -11,6 +11,7 @@
type=
"textarea"
v-model=
"model.mtabut.coninf.oitinf.oit.inftxt"
maxlength=
"60"
:autosize=
"
{ minRows: 4, maxRows: 6 }"
show-word-limit
placeholder="请输入Infotext"
>
</c-input>
...
...
@@ -50,6 +51,7 @@
type=
"textarea"
v-model=
"model.mtabut.coninf.oitset.oit.inftxt"
maxlength=
"60"
:autosize=
"
{ minRows: 4, maxRows: 6 }"
show-word-limit
placeholder="请输入Infotext"
>
</c-input>
...
...
src/views/Business/Ditopn/Engp.vue
View file @
bcd122a0
...
...
@@ -55,15 +55,19 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
""
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLiaallButmisamt"
>
Add to Current Line
</c-button>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
""
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onLiaallButmissig"
>
Add to Sight Amount
</c-button>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
...
...
src/views/Business/Ditopn/Mt799.vue
View file @
bcd122a0
...
...
@@ -21,7 +21,7 @@
<el-col
:span=
"15"
>
<el-form-item
label=
"MT799(79)备注"
prop=
"ditp.remark"
>
<c-input
type=
"textarea"
v-model=
"model.ditp.remark"
maxlength=
"800"
:rows=
"
6
"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.ditp.remark"
maxlength=
"800"
:rows=
"
10
"
></c-input>
</el-form-item>
</el-col>
</div>
...
...
src/views/Business/Ditopn/Setpan.vue
View file @
bcd122a0
...
...
@@ -365,17 +365,17 @@
</c-table>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
style=
"margin-bottom: 10px;"
>
<span
v-text=
"model.setmod.retmsg"
data-path=
".setmod.retmsg"
>
</span>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
style=
"margin-bottom: 10px;"
>
<span
v-text=
"model.setmod.zmqacclab"
data-path=
".setmod.zmqacclab"
>
</span>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
style=
"margin-bottom: 10px;"
>
<span
v-text=
"model.setmod.setglg.labdspflg"
data-path=
".setmod.setglg.labdspflg"
...
...
src/views/Business/Ditopn/Tk.vue
View file @
bcd122a0
...
...
@@ -7,37 +7,25 @@
-->
<el-col
:span=
"24"
>
<el-form-item
label=
"货物描述"
prop=
"didgrp.blk.lcrgod"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.lcrgod"
style=
"width:70%;margin-right:20px;"
maxlength=
"1430"
show-word-limit
placeholder=
"请输入Description of Goods"
></c-input>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLcrgodButtxmsel"
>
...
</c-button>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" >
</c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"单据要求"
prop=
"didgrp.blk.lcrdoc"
>
<c-input
type=
"textarea"
v-model=
"model.didgrp.blk.lcrdoc"
maxlength=
"1950"
style=
"width:70%;margin-right:20px;"
show-word-limit
placeholder=
"请输入单据要求"
></c-input>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLcrdocButtxmsel"
>
...
</c-button>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.lcrdoc" maxlength="1950" style="width:70%;margin-right:20px;" show-word-limit placeholder="请输入单据要求" >
</c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"附加条款"
prop=
"didgrp.blk.adlcnd"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.adlcnd" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入附加条款" >
</c-input>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onAdlcndButtxmsel"
>
...
</c-button>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 8, maxRows: 12}" v-model="model.didgrp.blk.adlcnd" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入附加条款" >
</c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"给付款丶承兑丶议付行的指示"
prop=
"didgrp.blk.insbnk"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.insbnk" style="width:70%;margin-right:20px;" maxlength="325" show-word-limit placeholder="请输入付行的指示" >
</c-input>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onInsbnkButtxmsel"
>
...
</c-button>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 8, maxRows: 12}" v-model="model.didgrp.blk.insbnk" style="width:70%;margin-right:20px;" maxlength="325" show-word-limit placeholder="请输入付行的指示" >
</c-input>
</el-form-item>
</el-col>
...
...
src/views/Business/Sptsel/Menu.vue
View file @
bcd122a0
<
template
>
<div
class=
"eibs-tab"
>
<el-col
:span=
"
3
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-col
:span=
"
2
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"model.chkinc"
>
Incoming
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-col
:span=
"
2
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkdzt"
>
<c-checkbox
v-model=
"model.chkdzt"
>
E-Trade
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-col
:span=
"
2
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkpen"
>
<c-checkbox
v-model=
"model.chkpen"
>
Break
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-col
:span=
"
2
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkcor"
>
<c-checkbox
v-model=
"model.chkcor"
>
Correction
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-col
:span=
"
2
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkaut"
>
<c-checkbox
v-model=
"model.chkaut"
>
Automatic
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-col
:span=
"
2
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkdel"
>
<c-checkbox
v-model=
"model.chkdel"
>
Reject
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-col
:span=
"
2
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chktco"
>
<c-checkbox
v-model=
"model.chktco"
>
网银
</c-checkbox>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-col
:span=
"
2
"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkcan"
>
<c-checkbox
v-model=
"model.chkcan"
>
归档
</c-checkbox>
</el-form-item>
...
...
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