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
67ca01b5
Commit
67ca01b5
authored
Aug 04, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setpan调整,detdrv不符点调整
parent
65f6396e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
7 deletions
+16
-7
Dscins.vue
src/views/Business/Detdrv/Dscins.vue
+14
-3
Detp2.vue
src/views/Business/Detopn/Detp2.vue
+0
-2
Setpan.vue
src/views/Public/Setpan.vue
+1
-1
SetpanDialog.vue
src/views/Public/SetpanDialog.vue
+1
-1
No files found.
src/views/Business/Detdrv/Dscins.vue
View file @
67ca01b5
...
...
@@ -15,7 +15,7 @@
maxlength=
"50"
show-word-limit
placeholder=
"请输入不符点"
disabled
:disabled=
"!docdisflg"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -98,11 +98,12 @@
v-model=
"model.bftp.folwupopt"
style=
"width: 100%"
placeholder=
"请选择寄单状态"
:code=
"codes.folwupopt"
>
</c-select>
<
template
slot=
"footer"
>
<c-checkbox
v-model=
"
model.bfdgrp.blk.
docdisflg"
v-model=
"docdisflg"
style=
"margin-left: 10px"
>
录入不符点
</c-checkbox
>
...
...
@@ -159,7 +160,7 @@
<c-docpre
:model=
"model"
:argadr=
"{
path: 'bf
tp.docgrdm.docgrd
',
path: 'bf
dgrp.blk.prsdoc
',
grp: 'bftp',
code: 'bdtdck',
}"
...
...
@@ -191,6 +192,16 @@ export default {
data
()
{
return
{};
},
computed
:
{
docdisflg
:
{
get
()
{
return
this
.
model
.
bfdgrp
.
blk
.
docdisflg
!=
""
;
},
set
(
val
)
{
this
.
model
.
bfdgrp
.
blk
.
docdisflg
=
val
?
"X"
:
""
;
},
},
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
...
...
src/views/Business/Detopn/Detp2.vue
View file @
67ca01b5
...
...
@@ -213,8 +213,6 @@ export default {
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
...
...
src/views/Public/Setpan.vue
View file @
67ca01b5
...
...
@@ -172,7 +172,7 @@
</c-col>
<c-col
:span=
"16"
>
<el-form-item>
<c-checkbox
v-model=
"dialog.forflg"
>
CG00005
</c-checkbox>
<c-checkbox
v-model=
"dialog.forflg"
>
买入行费用
</c-checkbox>
</el-form-item>
</c-col>
</el-form>
...
...
src/views/Public/SetpanDialog.vue
View file @
67ca01b5
...
...
@@ -189,7 +189,7 @@
</c-col>
<c-col>
<el-form-item>
<c-checkbox
label=
"
CG000652
"
v-model=
"formData.fecp1.jnwshx"
/>
<c-checkbox
label=
"
每个计费区间与最大值/最小值比较
"
v-model=
"formData.fecp1.jnwshx"
/>
</el-form-item>
</c-col>
</c-col>
...
...
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