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
20d7b81f
Commit
20d7b81f
authored
Jul 13, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函缺陷处理
parent
5c6c5298
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
14 deletions
+21
-14
Pattern.js
src/model/Detopn/Pattern.js
+2
-2
Docpan.vue
src/views/Public/Docpan.vue
+19
-12
No files found.
src/model/Detopn/Pattern.js
View file @
20d7b81f
...
...
@@ -335,7 +335,7 @@ export default {
],
"dedgrp.rec.fqtime"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
140
,
message
:
"长度不能超过140
"
}
],
"dedgrp.rec.shpto"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -345,7 +345,7 @@ export default {
"dedgrp.rec.sdsrfs"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
140
,
message
:
"长度不能超过140
"
}
],
"dedgrp.rec.shppro"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/views/Public/Docpan.vue
View file @
20d7b81f
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
style=
""
>
<c-istream-table-docpan
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
label=
"
报文格式
"
>
<el-table-column
label=
"
Medium
"
>
<template
slot-scope=
"scope"
>
<c-select
v-model=
"
...
...
@@ -362,16 +362,23 @@
? 'Sender to Rec. information'
: 'Remark'
"
><el-input
>
<div
v-if=
"title == 'MT799'"
>
<el-input
type=
"textarea"
:rows=
"10"
:disabled=
"title == 'MT799'"
:v-model=
"
title == 'MT799'
? dialog.addtxt
: dialog.remark
"
/></el-form-item>
disabled
v-model=
"dialog.remark"
/>
</div>
<div
v-else
>
<el-input
type=
"textarea"
:rows=
"10"
v-model=
"dialog.addtxt"
/>
</div>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"mini"
>
...
</c-button>
...
...
@@ -444,10 +451,9 @@ export default {
methods
:
{
saveDialog
()
{
this
.
centerDialogVisible
=
false
;
console
.
log
(
this
.
model
);
this
.
model
.
trnmod
.
trndoc
.
doceot
.
splice
(
this
.
index
,
1
,
this
.
dialog
);
this
.
executeRule
(
"trnmod.trndoc.doccur.butaddok"
).
then
(
res
=>
{
if
(
res
.
data
.
respCode
==
SUCCESS
){
if
(
res
.
respCode
==
SUCCESS
){
//TODO
}
else
{
...
...
@@ -528,7 +534,8 @@ export default {
if (rtnmsg.respCode == SUCCESS) {
this.title = row.pandsc
this.centerDialogVisible = true,
this.dialog = rtnmsg.data.trnmod_trndoc_doceot[index]
this.updateModel(rtnmsg.data);
this.dialog = this.model.trnmod.trndoc.doceot[index]
this.index = index
}
}
...
...
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