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
d5c5b371
Commit
d5c5b371
authored
Jun 22, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtdck、brtudp公共面板字段修改
parent
51e5eabd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
6 deletions
+16
-6
index.js
src/model/Brtdck/index.js
+0
-0
index.js
src/model/Brtudp/index.js
+10
-0
Brtdckp.vue
src/views/Business/Brtdck/Brtdckp.vue
+3
-3
Payp.vue
src/views/Business/Brtudp/Payp.vue
+3
-3
No files found.
src/model/Brtdck/index.js
View file @
d5c5b371
This diff is collapsed.
Click to expand it.
src/model/Brtudp/index.js
View file @
d5c5b371
...
...
@@ -7,6 +7,16 @@ export default class Brtudp {
this
.
data
=
{
//加入引入的公共面板的字段
trnmod
:
new
Pub
().
data
.
Trnmod
,
//面函
brtrogl1blk
:
""
,
brta2bl1blk
:
""
,
brtapll3blk
:
""
,
brtapll1blk
:
""
,
brtapll2blk
:
""
,
brtprbl1blk
:
""
,
brtrogl2blk
:
""
,
brtapll4blk
:
""
,
brtrogl3blk
:
""
,
brtprbl2blk
:
""
,
setmod
:
new
Pub
().
data
.
Setmod
,
//帐务、分录
liaall
:
new
Pub
().
data
.
Liaall
,
//表外
mtabut
:
new
Pub
().
data
.
Mtabut
,
//附言
...
...
src/views/Business/Brtdck/Brtdckp.vue
View file @
d5c5b371
...
...
@@ -5,7 +5,7 @@
<!-- 左边 -->
<c-col
:span=
"12"
>
<!-- S0000198 : 信用证编号 -->
<c-col
:span=
"
16
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"Import L/C Ref"
prop=
"lidgrp.rec.ownref"
>
<c-fullbox>
<c-input
...
...
@@ -37,8 +37,8 @@
</c-form-item>
</c-col>
<!-- S0000195 : 到期日 -->
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Expiry"
label-width=
"80px"
prop=
"lidgrp.rec.expdat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"Expiry"
prop=
"lidgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
...
...
src/views/Business/Brtudp/Payp.vue
View file @
d5c5b371
...
...
@@ -4,7 +4,7 @@
<!-- 左边 -->
<c-col
:span=
"12"
>
<!-- 信用证编号 -->
<c-col
:span=
"
16
"
>
<c-col
:span=
"
24
"
>
<c-form-item
label=
"Import L/C Ref"
prop=
"lidgrp.rec.ownref"
>
<c-fullbox>
<c-input
...
...
@@ -37,8 +37,8 @@
</c-col>
<!-- 到期日 -->
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Expiry"
label-width=
"80px"
prop=
"lidgrp.rec.expdat"
>
<c-col
:span=
"
24
"
>
<el-form-item
label=
"Expiry"
prop=
"lidgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
...
...
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