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
cbf0d064
Commit
cbf0d064
authored
Oct 13, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITDCK调整
parent
a9654110
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
Limitbody.vue
src/views/Business/Litdck/Limitbody.vue
+0
-0
Litdckp.vue
src/views/Business/Litdck/Litdckp.vue
+10
-1
index.vue
src/views/Business/Litdck/index.vue
+2
-2
No files found.
src/views/Business/Litdck/Limitbody.vue
0 → 100644
View file @
cbf0d064
This diff is collapsed.
Click to expand it.
src/views/Business/Litdck/Litdckp.vue
View file @
cbf0d064
...
...
@@ -271,7 +271,8 @@
<c-col
:span=
"12"
>
<c-checkbox
:disabled=
"this.model.brdgrp.blk.docdisflg == 'X'"
v-model=
"model.brdgrp.rec.dscinsflg"
>
记录单据和不符点
</c-checkbox>
v-model=
"model.brdgrp.rec.dscinsflg"
@
change=
"dscinsflgChange"
>
记录单据和不符点
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"最迟送达日期"
prop=
"zcsdrq"
>
...
...
@@ -551,6 +552,14 @@ export default {
methods
:{...
Event
},
created
:
function
(){
},
dscinsflgChang
(){
if
(
this
.
model
.
brdgrp
.
rec
.
dscinsflg
===
'X'
){
this
.
model
.
brdgrp
.
rec
.
docsta
=
'H'
}
else
{
this
.
model
.
brdgrp
.
rec
.
docsta
=
'G'
}
}
}
</
script
>
...
...
src/views/Business/Litdck/index.vue
View file @
cbf0d064
...
...
@@ -108,7 +108,7 @@ import Docpre from "./Docpre"
// import Coninfp from "./Coninfp"
// import Docpan from "./Docpan"
// import Doctre from "./Doctre"
//
import Limitbody from "./Limitbody"
import
Limitbody
from
"./Limitbody"
import
Srmp
from
"./Srmp"
import
Engp
from
"~/views/Public/Engp"
...
...
@@ -116,7 +116,7 @@ import Setpan from "~/views/Public/Setpan"
import
Coninfp
from
"~/views/Public/Coninfp"
import
Docpan
from
"~/views/Public/Docpan"
import
Doctre
from
"~/views/Public/Doctre"
import
Limitbody
from
"~/views/Public/Limitbody"
//
import Limitbody from "~/views/Public/Limitbody"
export
default
{
name
:
"Litdck"
,
...
...
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