Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
34a667c2
Commit
34a667c2
authored
Jun 10, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增供应商备注
parent
987c10d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+19
-4
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
34a667c2
...
...
@@ -357,12 +357,22 @@
<td
style=
"text-align:right;"
>
备注:
</td>
<td>
<el-input
class=
'mt10'
v-model=
'NumObj.remarkString'
type=
'textarea'
></el-input>
<br
/>
</td>
</tr>
<tr>
<td
colspan=
"2"
>
此备注会现在在组团团控列表.
此备注会带到组团团控列表.
</td>
</tr>
<tr>
<td
style=
"text-align:right;"
>
供应商备注:
</td>
<td>
<el-input
class=
'mt10'
v-model=
'NumObj.SupplierRemarks'
type=
'textarea'
></el-input>
</td>
</tr>
<tr>
<td
colspan=
"2"
>
此备注会带到供应商订房查询列表.
</td>
</tr>
</table>
...
...
@@ -401,6 +411,9 @@
<div
v-show=
"outItem.StaticsReportList[0].DMCRemark!=''"
class=
"colorE95252"
style=
"padding-top:5px;padding-bottom:4px;"
>
地接备注:{{outItem.StaticsReportList[index].DMCRemark}}
</div>
<div
v-show=
"outItem.StaticsReportList[0].SupplierRemarks!=''"
class=
"colorE95252"
style=
"padding-top:5px;padding-bottom:4px;"
>
对供应商备注:{{outItem.StaticsReportList[index].SupplierRemarks}}
</div>
</div>
</td>
</tr>
...
...
@@ -446,6 +459,7 @@
DMCNum
:
""
,
TCIDs
:
""
,
remarkString
:
''
,
SupplierRemarks
:
''
},
queryCommonData
:
{
//公司数据
...
...
@@ -487,6 +501,7 @@
this
.
NumObj
.
TCIDs
=
TCIDs
;
this
.
NumObj
.
remarkString
=
obj
.
DMCRemark
;
this
.
NumObj
.
DMCNum
=
obj
.
DMCNum
;
this
.
NumObj
.
SupplierRemarks
=
obj
.
SupplierRemarks
;
},
saveRemark
()
{
this
.
apipost
(
'dmcstatistics_post_SetDMCRemark'
,
this
.
NumObj
,
res
=>
{
...
...
@@ -642,9 +657,9 @@
this
.
currentPage
=
1
;
},
getList
()
{
this
.
loading
=
true
this
.
loading
=
true
;
this
.
apipost
(
'dmcstatistics_post_GetUniteCombinationNumService'
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
total
=
res
.
data
.
data
.
count
;
this
.
list
=
res
.
data
.
data
.
pageData
.
data
;
...
...
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