Commit 1baacc52 by 宋毅

Merge branch 'igirl-channel-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel-web

parents 6610c2ce ebeb9701
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -596,7 +596,7 @@
handleSizeChange(){
if (this.$route.query.channelUserId != "") {
this.indentInfo.pageIndex = this.currentPage;
var obj = this.$root.copyParams(this.indentInfo, "getTmOrderList", "/action/tmOrder/springBoard", "yes", "yes");
var obj = this.$root.copyParams(this.indentInfo, "getTmOrderListAdmin", "/action/tmOrder/springBoard", "yes", "yes");
this.$root.loading = true;
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
this.$root.loading = false;
......
......@@ -96,7 +96,7 @@
}
.jdindentlist-inquire>div:nth-child(2)>button {
background: #3071fe;
background: #3171ff;
color: #fff;
border: 1px solid #dee0eb;
border-radius: 100px;
......@@ -196,7 +196,7 @@
}
.jdindentlist-list .dsqcl {
color: red;
color: #a14faf;
}
.jdindentlist-null {
......
......@@ -61,7 +61,7 @@
<div><span>申请人:</span>
<el-input v-model="name" placeholder="请输入内容"></el-input>
</div>
<!-- <div><span>付款状态:</span>
<el-select v-model="paymentStatus" placeholder="请选择">
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">
......@@ -70,7 +70,7 @@
</div> -->
</div>
<div>
<el-button @click="find()" style="border: #3071fe;background: #3071fe; color: #fff;">查询
<el-button @click="find()" style="border: #3071fe;background: #3171ff; color: #fff;">查询
</el-button>
<el-button @click="reset()">重置</el-button>
</div>
......@@ -92,6 +92,7 @@
</template>
</el-table-column> -->
<el-table-column prop="deliveryOrderNo" label="交付单号" width="180">
<template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.deliveryOrderNo">
<p solt="content">
......@@ -119,7 +120,8 @@
<el-table-column prop="nclOneCodes" label="类别">
<template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.nclOneCodes">
<p solt="content">{{scope.row.nclOneCodes ?\'第\'+scope.row.nclOneCodes+\'类\': "---"}}
<p solt="content">
{{scope.row.nclOneCodes ?\'第\'+scope.row.nclOneCodes+\'类\': "---"}}
</p>
</el-tooltip>
</template>
......@@ -151,7 +153,8 @@
<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 ? scope.row.deliveryStatusName : \'---\'}}
<p solt="content">
{{scope.row.deliveryStatusName ? scope.row.deliveryStatusName : \'---\'}}
</p>
</el-tooltip>
</template>
......
......@@ -15,6 +15,7 @@
};
return {
input: "",
search:"",
businessType: [
{
value: 'zzzc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment