Commit f930fdf0 by 刘泽奇

123

parent 7083c362
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -534,6 +534,7 @@
}
.jdindentdetail-drawer{
overflow-y: auto;
padding-bottom: 100px;
}
.jdindentdetail-drawer .selftmreg_main .el-form-item {
margin-bottom: 20px !important;
......@@ -561,9 +562,8 @@
.btnBottom>span {
position: absolute;
position: fixed;
bottom: 0px;
left: 0px;
padding: 10px 20px 20px;
background: #fff;
margin-top: 5px;
......
......@@ -311,7 +311,7 @@
editNcl: {},
editDeliveryInfo: {},
editApply: {
customerType:'ent',
customerType: 'ent',
},
message: {
info: "",
......@@ -331,8 +331,8 @@
popupValue: "",
/**订单付款信息 */
receiptVoucher: {},
user_Name:"",
channelFrom:"",
user_Name: "",
channelFrom: "",
}
},
mounted: function() {
......@@ -380,8 +380,8 @@
default:
break;
}
};
}
},
created: function() {
......@@ -390,7 +390,7 @@
console.log(this.$route.query.channelUserId, "11111111111");
}
document.cookie.split('; ').map((item, index) => {
if(item.includes('pin=')){
if (item.includes('pin=')) {
this.user_Name = item.substring(4);
}
});
......@@ -436,6 +436,7 @@
},
methods: {
loginOut(){
/*
var url = encodeURIComponent("http://tm.plus.jdcloud.com/#/jd/jdtrademark") ;
......@@ -552,7 +553,7 @@
showDialog(from, index){
this.nclIndex = index;
console.log(this.nclInfo);
this.nclOne = this.nclInfo.slice(index,index+1);
this.nclOne = this.nclInfo.slice(index, index + 1);
console.log(this.nclOne);
console.log(this.nclIndex);
this.dialogTableVisible = true;
......@@ -581,8 +582,8 @@
break;
default:
break;
}
};
},
pointsRuleColor(i) {
if (i < parseInt(this.step)) {
......
......@@ -214,7 +214,7 @@
</el-table>
<div class="jdindentlist-list-page">
<el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage"
:page-sizes="[10, 20, 30, 40]" :page-size="10" layout="prev, pager, next,jumper"
:page-size="20" layout="prev, pager, next,jumper"
:total="countPage">
</el-pagination>
</div>
......@@ -504,10 +504,10 @@
</el-table-column>
</el-table>
<div class="jdindentlist-list-page">
<el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage"
:page-sizes="[10, 20, 30, 40]" :page-size="10" layout="prev, pager, next,jumper"
:total="countPage">
</el-pagination>
<el-pagination @current-change="handleSizeChange()" :current-page.sync="currentPage"
:page-size="20" layout="prev, pager, next,jumper"
:total="countPage">
</el-pagination>
</div>
</div>
</div>
......
......@@ -79,7 +79,7 @@
"startTime": "",
"entTime": "",
"pageIndex": 1,
"pageSize": 30
"pageSize": 20
},
pickerOptions: {
shortcuts: [{
......
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