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
12a0fc7a
Commit
12a0fc7a
authored
Mar 24, 2023
by
郭旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端报错修改
parent
7e7c216b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
79 deletions
+2
-79
package.json
package.json
+1
-0
check.js
src/business/gitopn/model/check.js
+0
-12
index.vue
src/business/infgid/index.vue
+0
-66
business.js
src/routers/modules/business.js
+1
-1
No files found.
package.json
View file @
12a0fc7a
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"start"
:
"node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve --set NODE_ENV=development"
,
"start"
:
"node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve --set NODE_ENV=development"
,
"start"
:
"set NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve --set NODE_ENV=development"
,
"build"
:
"node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --set NODE_ENV=production"
"build"
:
"node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --set NODE_ENV=production"
},
},
"dependencies"
:
{
"dependencies"
:
{
...
...
src/business/gitopn/model/check.js
View file @
12a0fc7a
...
@@ -609,10 +609,6 @@ export default {
...
@@ -609,10 +609,6 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"gidgrp.iss.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.apcp.ptsget.sdamod.dadsnd"
:[
"gitp.apcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
...
@@ -646,10 +642,6 @@ export default {
...
@@ -646,10 +642,6 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"gidgrp.ben.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.ctcp.ptsget.sdamod.dadsnd"
:[
"gitp.ctcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
...
@@ -879,10 +871,6 @@ export default {
...
@@ -879,10 +871,6 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"gidgrp.con.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.cnrp.ptsget.sdamod.dadsnd"
:[
"gitp.cnrp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
...
...
src/business/infgid/index.vue
deleted
100644 → 0
View file @
7e7c216b
<
template
>
<div
class=
"eContainer-search"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
</c-content>
</el-form>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Infgid
from
"~/model/Infgid"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
Check
from
"~/model/Infgid/Check"
;
import
Default
from
"~/model/Infgid/Default"
;
import
Pattern
from
"~/model/Infgid/Pattern"
;
import
Infsea
from
"./Infsea"
;
export
default
{
name
:
"Infgid"
,
components
:
{
"m-infsea"
:
Infsea
,
},
provide
()
{
return
{
root
:
this
,
};
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
""
,
trnName
:
"infgid"
,
model
:
new
Infgid
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
},
};
},
methods
:
{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
);
/**
* do it yourself
**/
},
},
created
:
async
function
()
{
console
.
log
(
"进入infgid交易"
);
// let rtnmsg = await this.init({});
// if (rtnmsg.respCode == SUCCESS) {
// this.updateModel(rtnmsg.data);
// //TODO 处理数据逻辑
// } else {
// this.$notify.error({ title: "错误", message: "服务请求失败!" });
// }
},
};
</
script
>
<
style
>
</
style
>
src/routers/modules/business.js
View file @
12a0fc7a
const
Business
=
[
const
Business
=
[
{
path
:
'infgid'
,
component
:
()
=>
import
(
'~/business/infgid'
),
name
:
'infgid'
,
meta
:
{
title
:
'保函入口交易'
}
},
{
path
:
'infgid'
,
component
:
()
=>
import
(
'~/business/infgid
/views
'
),
name
:
'infgid'
,
meta
:
{
title
:
'保函入口交易'
}
},
{
path
:
'gitopn'
,
component
:
()
=>
import
(
'~/business/gitopn/views'
),
name
:
'gitopn'
,
meta
:
{
title
:
'进口保函开立'
}
},
{
path
:
'gitopn'
,
component
:
()
=>
import
(
'~/business/gitopn/views'
),
name
:
'gitopn'
,
meta
:
{
title
:
'进口保函开立'
}
},
]
]
export
default
Business
export
default
Business
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