Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
e03addd1
Commit
e03addd1
authored
Dec 17, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
d9c94871
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
68 additions
and
1 deletions
+68
-1
igirl-channel-jdweb/app/front/vues/pages/OAjdlist/OAjdlist.html
+68
-1
No files found.
igirl-channel-jdweb/app/front/vues/pages/OAjdlist/OAjdlist.html
View file @
e03addd1
...
...
@@ -71,7 +71,8 @@
</div> -->
</div>
<div>
<el-button
@
click=
"find()"
style=
"background:#3071fe;border:1px solid #3071fe;color:#fff;"
>
查询
</el-button>
<el-button
@
click=
"find()"
style=
"background:#3071fe;border:1px solid #3071fe;color:#fff;"
>
查询
</el-button>
<el-button
@
click=
"reset()"
>
重置
</el-button>
</div>
</div>
...
...
@@ -84,26 +85,92 @@
<div
class=
"jdindentlist-list"
v-else
>
<el-table
header-row-class-name=
"companydetail-name-header"
:data=
"tableData"
style=
"width: 100%"
>
<el-table-column
prop=
"channelServiceNo"
label=
"订单编号"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.channelServiceNo"
>
<p
solt=
"content"
>
{{scope.row.channelServiceNo}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"deliveryOrderNo"
label=
"交付单号"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.deliveryOrderNo"
>
<p
solt=
"content"
>
{{scope.row.deliveryOrderNo}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"itemName"
label=
"业务类型"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.itemName"
>
<p
solt=
"content"
>
{{scope.row.itemName}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"tmName"
label=
"商标名称"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.tmName"
>
<p
solt=
"content"
>
{{scope.row.tmName}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"nclOneCodes"
label=
"商标类别"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.nclOneCodes"
>
<p
solt=
"content"
>
{{scope.row.nclOneCodes}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"nclOneCount"
label=
"商标件数"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.nclOneCount"
>
<p
solt=
"content"
>
{{scope.row.nclOneCount}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"name"
label=
"申请人"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.name"
>
<p
solt=
"content"
>
{{scope.row.name}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"totalSum"
label=
"订单金额"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.totalSum"
>
<p
solt=
"content"
>
{{scope.row.totalSum}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"deliveryStatusName"
label=
"交付状态"
class-name=
"dsqcl"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.deliveryStatusName"
>
<p
solt=
"content"
>
{{scope.row.deliveryStatusName}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"CreateDate"
label=
"下单时间"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.CreateDate"
>
<p
solt=
"content"
>
{{scope.row.CreateDate}}
</p>
</el-tooltip>
</template>
</el-table-column>
<el-table-column
prop=
"submitTime"
label=
"递交时间"
class-name=
"subtime"
>
<template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
:content=
"scope.row.submitTime"
>
<p
solt=
"content"
>
{{scope.row.submitTime}}
</p>
</el-tooltip>
</template>
</el-table-column>
<!-- <el-table-column prop="address" label="操作">
<template slot-scope="scope">
...
...
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