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
756d91d7
Commit
756d91d7
authored
Dec 22, 2022
by
tianxinyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litdla非公共页面部分问题修改
parent
c842db62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
Dogpame.vue
src/views/Business/Litdla/Dogpame.vue
+14
-2
No files found.
src/views/Business/Litdla/Dogpame.vue
View file @
756d91d7
...
...
@@ -6,7 +6,7 @@
<el-form-item
label=
"货物/服务描述"
prop=
"lidgrp.blk.lcrgod"
>
<c-input
:rows=
"12"
disabled
type=
"textarea"
v-model=
"model.lidgrp.blk.lcrgod"
maxlength=
"65"
show-word-limit
placeholder=
"请输入货物描述"
></c-input>
:disabled=
"model.litamep.lcrgodamep.modflg==''&&model.litamep.lcrgodamep.modmanflg==''"
type=
"textarea"
v-model=
"model.lidgrp.blk.lcrgod"
maxlength=
"65"
show-word-limit
placeholder=
"请输入货物描述"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -107,7 +107,7 @@
style=
"margin: 0px 0 10px 120px"
size=
"small"
type=
"primary"
@
click=
"
onLcrgodamepButdi
f"
@
click=
"
showDif
f"
>
显示差异
</c-button>
...
...
@@ -312,6 +312,18 @@ export default {
});
}
},
showDiff
(){
this
.
onLcrgodamepButdif
()
this
.
$alert
(
this
.
model
.
lidgrp
.
blk
.
lcrgod
,
'文本差异'
,
{
confirmButtonText
:
'确定'
,
callback
:
action
=>
{
this
.
$message
({
type
:
'info'
,
message
:
`action:
${
action
}
`
});
}
});
}
},
created
:
function
()
{},
};
...
...
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