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
fukai
vue-gjjs
Commits
445741f3
Commit
445741f3
authored
Dec 16, 2021
by
zhengxiaokui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zxk
parent
9b789de7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
commonProcess.js
src/mixin/commonProcess.js
+0
-1
Adcp.vue
src/views/Business/Letopn/Adcp.vue
+15
-3
No files found.
src/mixin/commonProcess.js
View file @
445741f3
...
...
@@ -222,7 +222,6 @@ export default {
msg
=
(
ms
?
ms
+
'
\
r
\
n'
:
''
)
+
msg
}
_
.
set
(
this
.
model
,
modelUrl
[
k
],
msg
);
this
[
modelUrl
[
k
]]
=
msg
}
},
/**
...
...
src/views/Business/Letopn/Adcp.vue
View file @
445741f3
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"19"
>
<c-blkTextarea
:model=
"model"
v-bind=
"blk"
>
</c-blkTextarea>
<!--
<c-col
:span=
"19"
>
<el-form-item
label=
"附加条件"
prop=
"ledgrp.blk.adlcnd"
>
<c-input
type=
"textarea"
...
...
@@ -22,7 +23,7 @@
>
...
</c-button>
</c-col>
</c-col>
-->
<!-- Special payment conditions for beneficiary -->
<c-col
:span=
"24"
class=
"letopn_adcp_cheak"
>
...
...
@@ -75,13 +76,24 @@ import Api from "~/service/Api";
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Letopn/Event"
;
import
BlkTextarea
from
"~/views/Public/BlkTextarea"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
components
:
{
"c-blkTextarea"
:
BlkTextarea
},
mixins
:
[
CommonProcess
],
data
()
{
return
{};
return
{
blk
:
{
blkMsg
:
{
title
:
"附加条件"
,
dataUrl
:
"ledgrp.blk.adlcnd"
,
//字段所在model路劲
rows
:
16
,
},
rulePath
:
"letp.adlcnd.buttxmsel"
,
},
};
},
methods
:
{
...
Event
},
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