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
f26d9f7c
Commit
f26d9f7c
authored
Aug 29, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加letopn,letnot,letcan,letamc的Booking界面显示
parent
735b6e3a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
40 additions
and
12 deletions
+40
-12
Pattern.js
src/model/Letame/Pattern.js
+3
-3
index.vue
src/views/Business/Letamc/index.vue
+2
-2
index.vue
src/views/Business/Letcan/index.vue
+19
-1
index.vue
src/views/Business/Letnot/index.vue
+8
-0
index.vue
src/views/Business/Letopn/index.vue
+8
-6
No files found.
src/model/Letame/Pattern.js
View file @
f26d9f7c
...
@@ -54,9 +54,9 @@ export default {
...
@@ -54,9 +54,9 @@ export default {
],
],
"trnmod.swiadd.ameamt"
:[
"trnmod.swiadd.ameamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
type
:
"string"
,
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
(\+
|
\-)
|
\d
+$
)
|
(
^
(\+
|
\-)
|
\.\d{1,3}
$
)
|
(
^
(\+
|
\-)
|
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"letamep.engamt"
:[
"letamep.engamt"
:[
...
...
src/views/Business/Letamc/index.vue
View file @
f26d9f7c
...
@@ -55,9 +55,9 @@
...
@@ -55,9 +55,9 @@
</el-tab-pane>
</el-tab-pane>
<!--PD000001 -->
<!--PD000001 -->
<!--
<el-tab-pane
label=
"Booking"
name=
"glepan"
>
<el-tab-pane
label=
"Booking"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</el-tab-pane>
<!--PD000000 -->
<!--PD000000 -->
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
...
...
src/views/Business/Letcan/index.vue
View file @
f26d9f7c
...
@@ -45,6 +45,13 @@
...
@@ -45,6 +45,13 @@
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000027 表外-->
<el-tab-pane
label=
"Liability"
name=
"engp"
>
<c-content>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 Settlement账务-->
<!--PD000000 Settlement账务-->
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<c-content>
<c-content>
...
@@ -52,6 +59,13 @@
...
@@ -52,6 +59,13 @@
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000001 分录信息-->
<el-tab-pane
label=
"Bookings"
name=
"glepan"
>
<c-content>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 Completion附言-->
<!--PD000000 Completion附言-->
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<c-content>
<c-content>
...
@@ -116,7 +130,9 @@ import Canp from './Canp'
...
@@ -116,7 +130,9 @@ import Canp from './Canp'
// import Docpan from './Docpan'
// import Docpan from './Docpan'
// import Doctre from './Doctre'
// import Doctre from './Doctre'
// import Limitbody from './Limitbody'
// import Limitbody from './Limitbody'
import
Setpan
from
'~/views/Public/Setpan'
import
Engp
from
"~/views/Public/Engp"
;
import
Setpan
from
'~/views/Public/Setpan'
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Coninfp
from
'~/views/Public/Coninfp'
import
Coninfp
from
'~/views/Public/Coninfp'
import
Docpan
from
'~/views/Public/Docpan'
import
Docpan
from
'~/views/Public/Docpan'
import
Doctre
from
'~/views/Public/Doctre'
import
Doctre
from
'~/views/Public/Doctre'
...
@@ -126,7 +142,9 @@ export default {
...
@@ -126,7 +142,9 @@ export default {
name
:
"Letcan"
,
name
:
"Letcan"
,
components
:
{
components
:
{
'm-canp'
:
Canp
,
'm-canp'
:
Canp
,
'm-engp'
:
Engp
,
'm-setpan'
:
Setpan
,
'm-setpan'
:
Setpan
,
'm-glepan'
:
Glepan
,
'm-coninfp'
:
Coninfp
,
'm-coninfp'
:
Coninfp
,
'm-docpan'
:
Docpan
,
'm-docpan'
:
Docpan
,
'm-doctre'
:
Doctre
,
'm-doctre'
:
Doctre
,
...
...
src/views/Business/Letnot/index.vue
View file @
f26d9f7c
...
@@ -94,6 +94,12 @@
...
@@ -94,6 +94,12 @@
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"Booking"
name=
"glepan"
>
<c-content>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<!--PD000000 -->
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<c-content>
<c-content>
...
@@ -174,6 +180,7 @@ import Adcp from './Adcp'
...
@@ -174,6 +180,7 @@ import Adcp from './Adcp'
import
Coninfp
from
'~/views/Public/Coninfp'
import
Coninfp
from
'~/views/Public/Coninfp'
import
Setpan
from
'~/views/Public/Setpan'
import
Setpan
from
'~/views/Public/Setpan'
import
Glepan
from
'~/views/Public/Glepan'
import
Docpan
from
'~/views/Public/Docpan'
import
Docpan
from
'~/views/Public/Docpan'
import
Doctre
from
'~/views/Public/Doctre'
import
Doctre
from
'~/views/Public/Doctre'
...
@@ -189,6 +196,7 @@ export default {
...
@@ -189,6 +196,7 @@ export default {
'm-adcp'
:
Adcp
,
'm-adcp'
:
Adcp
,
// "m-notcha": Notcha,
// "m-notcha": Notcha,
'm-setpan'
:
Setpan
,
'm-setpan'
:
Setpan
,
'm-glepan'
:
Glepan
,
'm-coninfp'
:
Coninfp
,
'm-coninfp'
:
Coninfp
,
'm-docpan'
:
Docpan
,
'm-docpan'
:
Docpan
,
'm-doctre'
:
Doctre
,
'm-doctre'
:
Doctre
,
...
...
src/views/Business/Letopn/index.vue
View file @
f26d9f7c
...
@@ -108,6 +108,13 @@
...
@@ -108,6 +108,13 @@
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"Booking"
name=
"glepan"
>
<c-content>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
<!--PD000000 -->
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<c-content>
<c-content>
...
@@ -129,12 +136,7 @@
...
@@ -129,12 +136,7 @@
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"分录信息"
name=
"glepan"
>
<c-content>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000394 -->
<!--PD000394 -->
<el-tab-pane
<el-tab-pane
...
...
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