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
1a29164f
Commit
1a29164f
authored
Sep 07, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bctrad修改
parent
8bc6c31d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
34 additions
and
45 deletions
+34
-45
check.js
src/business/bctrad/model/check.js
+0
-30
Addbcb.vue
src/business/bctrad/views/Addbcb.vue
+2
-2
Bctret.vue
src/business/bctrad/views/Bctret.vue
+2
-3
Detp.vue
src/business/bctrad/views/Detp.vue
+2
-2
Ovwp.vue
src/business/bctrad/views/Ovwp.vue
+2
-2
Ptyp.vue
src/business/bctrad/views/Ptyp.vue
+2
-2
index.vue
src/business/bctrad/views/index.vue
+0
-0
ReviewBctdav.vue
src/review/ReviewBctdav.vue
+4
-4
ReviewBctrad.vue
src/review/ReviewBctrad.vue
+19
-0
review.js
src/routers/modules/review.js
+1
-0
No files found.
src/business/bctrad/model/check.js
View file @
1a29164f
...
...
@@ -4,36 +4,6 @@ import Utils from "~/utils"
* Bctrad Check规则
*/
let
checkObj
=
{
"liaall.misamt"
:
null
,
"bcdgrp.dre.namelc"
:
null
,
"bcdgrp.rmi.adrelc"
:
null
,
"bcdgrp.blk.dftins"
:
null
,
"bcdgrp.rmi.pts.nam"
:
null
,
"bcdgrp.dre.adrelc"
:
null
,
"bcdgrp.blk.othins"
:
null
,
"bcdgrp.co2.namelc"
:
null
,
"bcdgrp.rmi.namelc"
:
null
,
"bcdgrp.co2.pts.extkey"
:
null
,
"bcdgrp.dre.pts.nam"
:
null
,
"setmod.dspflg"
:
null
,
"bcdgrp.drr.namelc"
:
null
,
"bcdgrp.co2.pts.adrblk"
:
null
,
"bcdgrp.drr.pts.nam"
:
null
,
"bcdgrp.rmi.pts.extkey"
:
null
,
"bcdgrp.drr.adrelc"
:
null
,
"bcdgrp.blk.colins"
:
null
,
"bcdgrp.drr.pts.adrblk"
:
null
,
"mtabut.coninf.conexedat"
:
null
,
"bcdgrp.blk.colinssnm"
:
null
,
"bcdgrp.blk.chgtxt"
:
null
,
"bcdgrp.drr.pts.extkey"
:
null
,
"bcdgrp.co2.adrelc"
:
null
,
"bcdgrp.dre.pts.adrblk"
:
null
,
"setmod.docamt"
:
null
,
"bcdgrp.rmi.pts.ref"
:
null
,
"bcdgrp.dre.pts.extkey"
:
null
,
"bcdgrp.rmi.pts.adrblk"
:
null
,
"bctp.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
...
...
src/business/bctrad/views/Addbcb.vue
View file @
1a29164f
...
...
@@ -17,7 +17,7 @@
</
template
>
<
script
>
import
event
from
"../event"
import
event
from
"../event"
;
//import Addbcb1 from "~/views/Public/Addbcb1";
import
Coninfp
from
"~/views/Public/Coninfp"
;
...
...
@@ -38,7 +38,7 @@ export default {
},
methods
:
{
...
e
vent
,
...
E
vent
,
handleChange
(
val
)
{
console
.
log
(
val
);
},
...
...
src/business/bctrad/views/Bctret.vue
View file @
1a29164f
...
...
@@ -193,8 +193,7 @@
</div>
</template>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
event
from
"../event"
import
event
from
"../event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Docpre
from
"~/views/Public/Docpre"
;
...
...
@@ -234,7 +233,7 @@ export default {
}
},
methods
:
{
...
e
vent
...
E
vent
},
created
:
function
()
{
...
...
src/business/bctrad/views/Detp.vue
View file @
1a29164f
...
...
@@ -142,7 +142,7 @@
<!-- </c-row>-->
</template>
<
script
>
import
event
from
"../event"
import
event
from
"../event"
;
export
default
{
inject
:
[
'root'
],
...
...
@@ -154,7 +154,7 @@
}
},
methods
:
{
...
e
vent
...
E
vent
},
created
:
function
()
{
...
...
src/business/bctrad/views/Ovwp.vue
View file @
1a29164f
...
...
@@ -70,7 +70,7 @@
import
Bctret
from
"./Bctret"
;
import
Detp
from
"./Detp"
;
import
Ptyp
from
"./Ptyp"
;
import
event
from
"../event"
import
event
from
"../event"
;
export
default
{
components
:
{
...
...
@@ -87,7 +87,7 @@ export default {
}
},
methods
:
{
...
e
vent
,
...
E
vent
,
handleChange
(
val
)
{
console
.
log
(
val
);
}
...
...
src/business/bctrad/views/Ptyp.vue
View file @
1a29164f
...
...
@@ -235,7 +235,7 @@
</div>
</template>
<
script
>
import
event
from
"../event"
import
event
from
"../event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
components
:
{
...
...
@@ -248,7 +248,7 @@ export default {
return
{};
},
methods
:
{
...
e
vent
,
...
E
vent
,
},
created
:
function
()
{},
};
...
...
src/business/bctrad/views/index.vue
View file @
1a29164f
This diff is collapsed.
Click to expand it.
src/review/ReviewBctdav.vue
View file @
1a29164f
<
template
>
<ReviewWrapper>
<Bct
ame></Bctame
>
<Bct
dav></Bctdav
>
</ReviewWrapper>
</
template
>
<
script
>
import
Bctame
from
"~/business/bctame
/views"
;
import
bctdav
from
"~/business/bctrad
/views"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewBct
ame
"
,
components
:
{
ReviewWrapper
,
Bct
ame
},
name
:
"ReviewBct
rad
"
,
components
:
{
ReviewWrapper
,
Bct
dav
},
created
()
{},
mounted
()
{},
};
...
...
src/review/ReviewBctrad.vue
0 → 100644
View file @
1a29164f
<
template
>
<ReviewWrapper>
<Bctrad></Bctrad>
</ReviewWrapper>
</
template
>
<
script
>
import
Bctrad
from
"~/business/bctrad/views"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewBctrad"
,
components
:
{
ReviewWrapper
,
Bctrad
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
src/routers/modules/review.js
View file @
1a29164f
...
...
@@ -36,6 +36,7 @@ const Business = [
{
path
:
'reviewbotcan'
,
component
:
()
=>
import
(
'~/review/ReviewBotcan.vue'
),
name
:
'reviewbotcan'
,
meta
:
{
title
:
'复核-botcan'
}
},
{
path
:
'reviewbotame'
,
component
:
()
=>
import
(
'~/review/ReviewBotame.vue'
),
name
:
'reviewbotame'
,
meta
:
{
title
:
'复核-botame'
}
},
{
path
:
'reviewbctacc'
,
component
:
()
=>
import
(
'~/review/ReviewBctacc.vue'
),
name
:
'reviewbctacc'
,
meta
:
{
title
:
'复核-bctacc'
}
},
{
path
:
'reviewbctrad'
,
component
:
()
=>
import
(
'~/review/ReviewBctrad.vue'
),
name
:
'reviewbctrad'
,
meta
:
{
title
:
'复核-bctrad'
}
},
...
...
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