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
5f60931d
Commit
5f60931d
authored
May 19, 2023
by
huxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联调litdck
parent
f6932325
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
38 additions
and
44 deletions
+38
-44
index.js
src/business/litame/model/index.js
+3
-4
index.vue
src/business/litame/views/index.vue
+0
-1
index.js
src/business/litdck/event/index.js
+5
-1
check.js
src/business/litdck/model/check.js
+20
-20
index.js
src/business/litdck/model/index.js
+2
-3
Litdckp.vue
src/business/litdck/views/Litdckp.vue
+5
-6
index.vue
src/business/litdck/views/index.vue
+3
-9
No files found.
src/business/litame/model/index.js
View file @
5f60931d
...
...
@@ -65,9 +65,9 @@ export default class Litame {
},
rec
:
{
expdat
:
''
,
nomton
:
'
'
,
nomton
:
'0
'
,
shpdat
:
''
,
nomtop
:
'
'
,
nomtop
:
'0
'
,
prepertxts18
:
''
,
prepers18
:
''
},
...
...
@@ -143,6 +143,7 @@ export default class Litame {
regref
:
''
,
porloa
:
''
,
apprultxt
:
''
,
branchInr
:
'00000047'
,
},
adv
:
{
pts
:
new
Pts
().
data
,
...
...
@@ -211,7 +212,6 @@ export default class Litame {
tygrd
:
''
}
},
trnmod
:
{
swiadd
:
{
trnchato
:
''
,
newnomtop
:
''
,
...
...
@@ -233,7 +233,6 @@ export default class Litame {
prepertxts18
:
''
,
nomspc
:
''
,
reqcan
:
''
}
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
...
...
src/business/litame/views/index.vue
View file @
5f60931d
...
...
@@ -125,7 +125,6 @@ import Addbcb from './Addbcb';
import
Dorpame
from
'./Dorpame'
;
import
Dogpame
from
'./Dogpame'
;
import
Adcpame
from
'./Adcpame'
;
import
Engp
from
'~/components/business/engp/views'
;
import
Ccvpan
from
'~/components/business/ccvpan/views'
;
import
Coninfp
from
'~/components/business/coninfp/views'
;
...
...
src/business/litdck/event/index.js
View file @
5f60931d
...
...
@@ -29,7 +29,11 @@ export default {
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
// lidinr: this.$route.query.inr
lidinr
:
"00006833"
lidgrp
:{
rec
:{
inr
:
'00000266'
,
}
}
});
if
(
!
res
.
data
)
{
return
...
...
src/business/litdck/model/check.js
View file @
5f60931d
...
...
@@ -219,21 +219,21 @@ export default {
'brdgrp.rec.rptref'
:[
{
required
:
true
,
message
:
'必输项'
},
],
'mtabut.coninf.oitinf.oit.inftxt'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
60
,
message
:
'长度不能超过60'
}
],
'mtabut.coninf.oitset.oit.inftxt'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
60
,
message
:
'长度不能超过60'
}
],
'mtabut.coninf.conexedat'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'输入正确的日期'
}
],
'mtabut.coninf.usr.extkey'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
8
,
message
:
'长度不能超过8'
}
],
//
'mtabut.coninf.oitinf.oit.inftxt':[
//
{type: 'string', required: false, message: '必输项'},
//
{max: 60,message:'长度不能超过60'}
//
],
//
'mtabut.coninf.oitset.oit.inftxt':[
//
{type: 'string', required: false, message: '必输项'},
//
{max: 60,message:'长度不能超过60'}
//
],
//
'mtabut.coninf.conexedat':[
//
{type: 'string', required: false, message: '输入正确的日期'}
//
],
//
'mtabut.coninf.usr.extkey':[
//
{type: 'string', required: false, message: '必输项'},
//
{max: 8,message:'长度不能超过8'}
//
],
'trnmod.trndoc.advnam'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
50
,
message
:
'长度不能超过50'
}
...
...
@@ -329,13 +329,13 @@ export default {
'brdgrp.srm.djuref'
:[
{
type
:
'string'
,
required
:
false
,
},
],
'invtyp'
:[
'invtyp'
:[
{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
}
],
'
outlen.
szflg'
:[
'szflg'
:[
{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
}
],
'
outlen.
acttyp'
:[
'acttyp'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
}
],
'brdgrp.srm.djutyp'
:[
...
...
@@ -345,8 +345,8 @@ export default {
* Litdck Check规则
*/
'invtyp'
:
null
,
'
outlen.
acttyp'
:
null
,
'
outlen.
szflg'
:
null
,
'acttyp'
:
null
,
'szflg'
:
null
,
'liaall.misamt'
:
null
,
'liaall.limmod.limpts.oth.pts.extkey'
:
null
,
'liaall.limmod.ownref'
:
null
,
...
...
src/business/litdck/model/index.js
View file @
5f60931d
...
...
@@ -75,13 +75,12 @@ export default class Litdck {
addamtflg
:
''
}
},
outlen
:
{
acttyp
:
''
,
szflg
:
''
},
szflg
:
''
,
invtyp
:
''
,
lidgrp
:
{
rec
:
{
branchInr
:
'00000047'
,
revflg
:
''
,
expdat
:
''
,
expplc
:
''
,
...
...
src/business/litdck/views/Litdckp.vue
View file @
5f60931d
...
...
@@ -215,9 +215,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"申报类型"
prop=
"
outlen.
szflg"
>
<el-form-item
label=
"申报类型"
prop=
"szflg"
>
<c-select
v-model=
"model.
outlen.
szflg"
v-model=
"model.szflg"
style=
"width: 100%"
:code=
"codes.szflg"
>
...
...
@@ -327,7 +327,7 @@
<el-form-item
label=
"款项去向"
prop=
"outlen.acttyp"
>
<c-select
:disabled=
"this.flag1"
v-model=
"model.
outlen.
acttyp"
v-model=
"model.acttyp"
:code=
"codes.acttyp"
></c-select>
</el-form-item>
...
...
@@ -563,7 +563,6 @@
</template>
<
script
>
import
event
from
'../event'
;
import
Api
from
'~/service/Api'
;
export
default
{
inject
:
[
'root'
],
...
...
@@ -577,10 +576,10 @@ export default {
};
},
watch
:
{
'model.
outlen.
szflg'
:
{
'model.szflg'
:
{
immediate
:
true
,
handler
(
val
,
oldval
)
{
if
(
this
.
model
.
outlen
.
szflg
==
'1'
)
{
if
(
this
.
model
.
szflg
==
'1'
)
{
this
.
flag1
=
false
;
}
else
{
this
.
flag1
=
true
;
...
...
src/business/litdck/views/index.vue
View file @
5f60931d
...
...
@@ -10,8 +10,6 @@
<el-button
size=
"small"
>
智能提示
</el-button>
/div>
-->
<el-form
:model=
"model"
:rules=
"rules"
...
...
@@ -89,15 +87,11 @@
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
...
...
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