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
95658656
Commit
95658656
authored
Aug 01, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#253
parent
92ed1adb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
45 deletions
+63
-45
Pattern.js
src/model/Botdav/Pattern.js
+1
-1
Inst.vue
src/views/Business/Botdav/Inst.vue
+34
-18
index.vue
src/views/Business/Botdav/index.vue
+28
-26
No files found.
src/model/Botdav/Pattern.js
View file @
95658656
...
...
@@ -231,7 +231,7 @@ export default {
],
"bodgrp.blk.delins"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
300
,
message
:
"长度不能超过300
"
}
],
"bodgrp.blk.intins"
:[
...
...
src/views/Business/Botdav/Inst.vue
View file @
95658656
...
...
@@ -75,7 +75,11 @@
placeholder=
"请输入Draft Instructions"
>
</c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"showGridPromptDialog('botp.dftins.buttxmsel',null,null,
{TXT:'bodgrp.blk.dftins'},{TXT:false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -108,7 +112,11 @@
placeholder=
"请输入Protest Instructions"
>
</c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"showGridPromptDialog('botp.proins.buttxmsel',null,null,
{TXT:'bodgrp.blk.proins'},{TXT:false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -143,7 +151,11 @@
placeholder=
"请输入Other Instructions"
>
</c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"showGridPromptDialog('botp.othins.buttxmsel',null,null,
{TXT:'bodgrp.blk.othins'},{TXT:false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -174,7 +186,11 @@
placeholder=
"请输入Warehouse/Insurance instruction"
>
</c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"showGridPromptDialog('botp.whins.buttxmsel',null,null,
{TXT:'bodgrp.blk.delins'},{TXT:false},'doxpDialog')"
>
...
</c-button>
</
template
>
...
...
@@ -309,8 +325,8 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"less comm"
prop=
"bodgrp.cbs.opn1.cur"
style=
"padding-top:15px"
>
<c-select
v-model=
"model.bodgrp.cbs.opn1.cur"
style=
"width:
%"
placeholder=
"请选择Document Amount"
:disabled=
"true
"
:code=
"codes.cur"
>
<c-select
v-model=
"model.bodgrp.cbs.opn1.cur"
style=
"width:
100%"
placeholder=
"请选择Document Amount
"
:
disabled=
"true"
:
code=
"codes.cur"
>
</c-select>
</el-form-item>
...
...
@@ -338,12 +354,12 @@
</c-row>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Botdav/Event"
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Botdav/Event"
export
default
{
export
default
{
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
...
...
@@ -356,17 +372,17 @@ export default {
created
:
function
()
{
},
computed
:
{
colinsflg
:
{
get
()
{
return
this
.
model
.
bodgrp
.
blk
.
colinsflg
===
"X"
;
computed
:
{
colinsflg
:
{
get
()
{
return
this
.
model
.
bodgrp
.
blk
.
colinsflg
===
"X"
;
},
set
(
val
)
{
this
.
model
.
bodgrp
.
blk
.
colinsflg
=
val
?
"X"
:
""
;
set
(
val
)
{
this
.
model
.
bodgrp
.
blk
.
colinsflg
=
val
?
"X"
:
""
;
},
},
}
}
}
</
script
>
<
style
>
...
...
src/views/Business/Botdav/index.vue
View file @
95658656
...
...
@@ -87,36 +87,37 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Botdav
from
"~/model/Botdav"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Botdav/Check"
import
Default
from
"~/model/Botdav/Default"
import
Pattern
from
"~/model/Botdav/Pattern"
import
Ovwp
from
"./Ovwp"
import
Inst
from
"./Inst"
import
Ptyp
from
"./Ptyp"
import
Instrecp
from
"./Instrecp"
import
Setpan
from
"~/views/Public/Setpan"
import
Coninfp
from
"~/views/Public/Coninfp"
import
Docpan
from
"~/views/Public/Docpan"
//import Doctre from "./Doctre"
import
Cnyp
from
"./Cnyp"
import
Srmp
from
"./Srmp"
import
Engp
from
"~/views/Public/Engp"
import
Glepan
from
"~/views/Public/Glepan"
import
Doctre
from
"~/views/Public/Doctre"
export
default
{
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Botdav
from
"~/model/Botdav"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Botdav/Check"
import
Default
from
"~/model/Botdav/Default"
import
Pattern
from
"~/model/Botdav/Pattern"
import
Ovwp
from
"./Ovwp"
import
Inst
from
"./Inst"
import
Ptyp
from
"./Ptyp"
import
Instrecp
from
"./Instrecp"
import
Setpan
from
"~/views/Public/Setpan"
import
Coninfp
from
"~/views/Public/Coninfp"
import
Docpan
from
"~/views/Public/Docpan"
//import Doctre from "./Doctre"
import
Cnyp
from
"./Cnyp"
import
Srmp
from
"./Srmp"
import
Engp
from
"~/views/Public/Engp"
import
Glepan
from
"~/views/Public/Glepan"
import
Doctre
from
"~/views/Public/Doctre"
export
default
{
name
:
"botdav"
,
components
:
{
"m-ovwp"
:
Ovwp
,
...
...
@@ -177,7 +178,7 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
};
};
</
script
>
<
style
>
</
style
>
\ No newline at end of file
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