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
bb94bfac
Commit
bb94bfac
authored
Jan 06, 2023
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缺陷解决
parent
bbe6ef88
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
package-lock.json
package-lock.json
+0
-0
commonProcess.js
src/mixin/commonProcess.js
+2
-2
index.vue
src/views/Business/Getcan/index.vue
+7
-0
Ovwp1.vue
src/views/Business/Getopn/Ovwp1.vue
+2
-1
No files found.
package-lock.json
View file @
bb94bfac
This diff is collapsed.
Click to expand it.
src/mixin/commonProcess.js
View file @
bb94bfac
...
...
@@ -359,8 +359,8 @@ export default {
// obj[props] = val;
// Utils.copyValueFromVO(this.model, obj);
if
(
rulePath
.
indexOf
(
"("
)
>
0
)
{
//请求地址有"()"下标时,如setmod.setglg.setgll(2).setgrp.snd756.pts.extkey
let
tempRulePath
=
rulePath
let
rulePath
=
""
var
tempRulePath
=
rulePath
var
rulePath
=
""
const
reg
=
/
\((\d
+
)\)
/
while
(
reg
.
test
(
tempRulePath
))
{
const
match
=
tempRulePath
.
match
(
reg
)
...
...
src/views/Business/Getcan/index.vue
View file @
bb94bfac
...
...
@@ -48,17 +48,24 @@
<!--PD000000 -->
<el-tab-pane
label=
"备查/附言"
name=
"coninfp"
>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
...
...
src/views/Business/Getopn/Ovwp1.vue
View file @
bb94bfac
...
...
@@ -450,8 +450,9 @@
label=
"保函效期"
prop=
"gidgrp.rec.expdat"
>
<!-- model.gidgrp.rec.expflg == 'X' -->
<c-date-picker
:disabled=
"model.gidgrp.rec.
expflg
== 'X'"
:disabled=
"model.gidgrp.rec.
gartyp
== 'X'"
type=
"date"
v-model=
"model.gidgrp.rec.expdat"
style=
"width: 90%"
...
...
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