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
zhouqian
vue-gjjs
Commits
a2275547
Commit
a2275547
authored
Jun 08, 2022
by
zhoutian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
ea15a1f8
805f649f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
20 deletions
+9
-20
index.js
src/config/CodeTable/index.js
+2
-2
Pattern.js
src/model/Detsel/Pattern.js
+3
-3
Sel.vue
src/views/Business/Detsel/Sel.vue
+0
-0
SelMune.vue
src/views/Business/Detsel/SelMune.vue
+1
-12
index.vue
src/views/Business/Detsel/index.vue
+1
-1
Ptsmsg.vue
src/views/Public/Ptsmsg.vue
+2
-2
No files found.
src/config/CodeTable/index.js
View file @
a2275547
...
...
@@ -1244,8 +1244,8 @@ const CodeTable = {
{
label
:
"YES"
,
value
:
"Y"
},
],
bppnttyp
:
[
{
label
:
"Transfer Document Set"
,
value
:
"
B
TD"
},
{
label
:
"Document Set"
,
value
:
"B
E
D"
},
{
label
:
"Transfer Document Set"
,
value
:
"
M
TD"
},
{
label
:
"Document Set"
,
value
:
"B
F
D"
},
],
brtselflg
:
[
{
label
:
"单据修改"
,
value
:
"4"
},
...
...
src/model/Detsel/Pattern.js
View file @
a2275547
...
...
@@ -302,7 +302,7 @@ export default {
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"bpdgrp.cbs.max.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -358,7 +358,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"bpdgrp.cbs.opn1.amt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -435,7 +435,7 @@ export default {
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"dedgrp.rec.expplc"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bpdgrp.rec.opndat"
:[
...
...
src/views/Business/Detsel/Sel.vue
View file @
a2275547
This diff is collapsed.
Click to expand it.
src/views/Business/Detsel/SelMune.vue
View file @
a2275547
...
...
@@ -41,7 +41,6 @@ export default {
//各入口按钮请求
async
onNarBtnClick
(
url
,
label
)
{
let
key
=
0
;
for
(
let
i
=
1
;
i
<=
11
;
i
++
){
let
temp_label
=
this
.
model
.
cfgfil
[
'subtxt'
+
i
];
if
(
temp_label
==
label
){
...
...
@@ -52,6 +51,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
"cfgfil.hotsub"
+
key
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
);
url
=
url
.
toLowerCase
();
this
.
$router
.
history
.
push
(
"/business/"
+
url
);
}
else
{
this
.
$notify
.
error
({
...
...
@@ -59,16 +59,6 @@ export default {
message
:
"服务请求失败!"
,
});
}
// let rtnmsg = await this.executeRule(`cfgfil.hotsub${hotsubx}`);
// console.log("cfgfil.code:" + this.model.cfgfil[`subtrn${hotsubx}`]);
// if (rtnmsg.respCode == SUCCESS) {
// this.$router.history.push(href);
// } else {
// this.$notify.error({
// title: "错误",
// message: "服务请求失败!",
// });
// }
},
},
computed
:
{
...
...
@@ -84,7 +74,6 @@ export default {
other
:
items
[
3
],
});
}
console
.
log
(
arr
);
return
arr
;
},
},
...
...
src/views/Business/Detsel/index.vue
View file @
a2275547
...
...
@@ -61,7 +61,7 @@ export default {
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{},
codes
:
{
...
CodeTable
},
};
},
methods
:
{
...
...
src/views/Public/Ptsmsg.vue
View file @
a2275547
...
...
@@ -2,7 +2,7 @@
<!--
<div
class=
"eibs-tab"
>
-->
<div>
<c-col
:span=
"24"
>
<el-form-item
:label=
"argadr.title + '编号'"
:prop=
"
'$
{argadr.grp}.${argadr.rol}.pts.ref'
">
<el-form-item
:label=
"argadr.title + '编号'"
:prop=
"
`$
{argadr.grp}.${argadr.rol}.pts.ref`
">
<c-input
v-model=
"model[argadr.grp][argadr.rol].pts.ref"
maxlength=
"16"
...
...
@@ -13,7 +13,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
:label=
"argadr.title + '名称'"
:prop=
"
'$
{argadr.grp}.${argadr.rol}.pts.nam'
">
<el-form-item
:label=
"argadr.title + '名称'"
:prop=
"
`$
{argadr.grp}.${argadr.rol}.pts.nam`
">
<c-input
v-model=
"model[argadr.grp][argadr.rol].pts.nam"
maxlength=
"40"
...
...
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