Commit 8f2a697b authored by 张锡奇's avatar 张锡奇

uploda

parent db733ec4
...@@ -146,9 +146,9 @@ export default { ...@@ -146,9 +146,9 @@ export default {
} }
}, },
async mounted(){ async mounted(){
this.$store.dispatch('saveUserId',this.$route.params.userId);
await this.getStatus(); await this.getStatus();
await this.getHdr(); await this.getHdr();
this.$store.dispatch('saveUserId',this.$route.params.userId);
}, },
async activated(){ async activated(){
window.d = this; window.d = this;
...@@ -201,7 +201,7 @@ export default { ...@@ -201,7 +201,7 @@ export default {
}else if(key == 'dEndDate'){ }else if(key == 'dEndDate'){
postData.push({key:key,value:value + ' 23:59:59' || ''}) postData.push({key:key,value:value + ' 23:59:59' || ''})
}else if(key == 'searchvalue'){ }else if(key == 'searchvalue'){
postData.push({key:'searchname',value:value}) postData.push({key:'searchvalue',value:value})
} }
} }
let res = await this.request('getTipProcessProgress',{ let res = await this.request('getTipProcessProgress',{
......
...@@ -140,9 +140,10 @@ export default { ...@@ -140,9 +140,10 @@ export default {
} }
}, },
async mounted(){ async mounted(){
this.$store.dispatch('saveUserId',this.$route.params.userId);
await this.getStatus(); await this.getStatus();
await this.getHdr(); await this.getHdr();
this.$store.dispatch('saveUserId',this.$route.params.userId);
}, },
async activated(){ async activated(){
window.d = this; window.d = this;
...@@ -195,7 +196,7 @@ export default { ...@@ -195,7 +196,7 @@ export default {
}else if(key == 'dEndDate'){ }else if(key == 'dEndDate'){
postData.push({key:'end_date',value:value + ' 23:59:59' || ''}) postData.push({key:'end_date',value:value + ' 23:59:59' || ''})
}else if(key == 'searchvalue'){ }else if(key == 'searchvalue'){
postData.push({key:'searchname',value:value}) postData.push({key:'searchvalue',value:value})
} }
} }
let res = await this.request('getTipProcurementProgress',{ let res = await this.request('getTipProcurementProgress',{
......
...@@ -21,10 +21,12 @@ ...@@ -21,10 +21,12 @@
border-left:2px solid #8D90FF; border-left:2px solid #8D90FF;
} }
&:nth-child(2n-1)>div{ &:nth-child(2n-1)>div{
color:#68A0FE; // color:#68A0FE;
} }
&:nth-child(2n){ &:nth-child(2n){
color:#68A0FE;
text-align: left; text-align: left;
text-decoration: underline;
} }
} }
} }
...@@ -35,30 +37,30 @@ ...@@ -35,30 +37,30 @@
<div class="abnormal"> <div class="abnormal">
<table cellspacing="0" > <table cellspacing="0" >
<tr> <tr>
<td style="width:100px;" @click="routerPushOperateDetail('销售退货')"> <td style="width:100px;" >
<div>销售退货</div> <div>销售退货</div>
</td> </td>
<td> <td @click="routerPushOperateDetail('销售退货')">
<div>{{Number(value['销售退货']||0).toLocaleString()}}</div> <div>{{Number(value['销售退货']||0).toLocaleString()}}</div>
</td> </td>
<td style="width:100px;" @click="routerPushOperateDetail('采购退货')"> <td style="width:100px;">
<div>采购退货</div> <div>采购退货</div>
</td> </td>
<td> <td @click="routerPushOperateDetail('采购退货')">
<div>{{Number(value['采购退货']||0).toLocaleString()}}</div> <div>{{Number(value['采购退货']||0).toLocaleString()}}</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td @click="routerPushOperateDetail('加工回修')"> <td >
<div>加工回修</div> <div>加工回修</div>
</td> </td>
<td> <td @click="routerPushOperateDetail('加工回修')">
<div>{{Number(value['加工回修']||0).toLocaleString()}}</div> <div>{{Number(value['加工回修']||0).toLocaleString()}}</div>
</td> </td>
<td @click="routerPushOperateDetail('疵品汇总')"> <td>
<div>疵品数量</div> <div>疵品数量</div>
</td> </td>
<td> <td @click="routerPushOperateDetail('疵品汇总')">
<div>{{Number(value['疵品汇总']||0).toLocaleString()}}</div> <div>{{Number(value['疵品汇总']||0).toLocaleString()}}</div>
</td> </td>
</tr> </tr>
...@@ -69,41 +71,41 @@ ...@@ -69,41 +71,41 @@
<td> <td>
<div>数量</div> <div>数量</div>
</td> </td>
<td> <td style="text-decoration:none;">
<div>{{Number(value['拖期订单总数量']||0).toLocaleString()}}</div> <div>{{Number(value['拖期订单总数量']||0).toLocaleString()}}</div>
</td> </td>
<td> <td>
<div>金额</div> <div>金额</div>
</td> </td>
<td> <td style="text-decoration:none;">
<div>{{Number(value['拖期订单总金额']||0).toLocaleString()}}</div> <div>{{Number(value['拖期订单总金额']||0).toLocaleString()}}</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td @click="routerPushOperateDetail('供应商索赔')"> <td>
<div>供应商赔款</div> <div>供应商赔款</div>
</td> </td>
<td> <td @click="routerPushOperateDetail('供应商索赔')">
<div>{{Number(value['供应商索赔']||0).toLocaleString()}}</div> <div>{{Number(value['供应商索赔']||0).toLocaleString()}}</div>
</td> </td>
<td @click="routerPushOperateDetail('客户索赔')"> <td>
<div>客户赔款</div> <div>客户赔款</div>
</td> </td>
<td> <td @click="routerPushOperateDetail('客户索赔')">
<div>{{Number(value['客户索赔']||0).toLocaleString()}}</div> <div>{{Number(value['客户索赔']||0).toLocaleString()}}</div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td @click="routerPushOperateDetail('超期应收')"> <td>
<div>超期应收额</div> <div>超期应收额</div>
</td> </td>
<td> <td @click="routerPushOperateDetail('超期应收')">
<div>{{Number(value['超期应收']||0).toLocaleString()}}</div> <div>{{Number(value['超期应收']||0).toLocaleString()}}</div>
</td> </td>
<td @click="routerPushOperateDetail('超期应付')"> <td>
<div>超期应付额</div> <div>超期应付额</div>
</td> </td>
<td> <td @click="routerPushOperateDetail('超期应付')">
<div>{{Number(value['超期应付']||0).toLocaleString()}}</div> <div>{{Number(value['超期应付']||0).toLocaleString()}}</div>
</td> </td>
</tr> </tr>
......
...@@ -339,7 +339,7 @@ export default { ...@@ -339,7 +339,7 @@ export default {
{key:'url',value:this.hdr.sType == '采购' ? 'Procurement progress' : 'Processing schedule'}, {key:'url',value:this.hdr.sType == '采购' ? 'Procurement progress' : 'Processing schedule'},
{key:this.hdr.sType == '采购' ? 'begin_date' : 'dBeginDate',value:Util.dateFormat(this.list[res.trIndex].dContractDate,'yyyy-MM-dd')}, {key:this.hdr.sType == '采购' ? 'begin_date' : 'dBeginDate',value:Util.dateFormat(this.list[res.trIndex].dContractDate,'yyyy-MM-dd')},
{key:this.hdr.sType == '采购' ? 'end_date' : 'dEndDate',value:Util.dateFormat(this.list[res.trIndex].dContractDate,'yyyy-MM-dd') + ' 23:59:59'}, {key:this.hdr.sType == '采购' ? 'end_date' : 'dEndDate',value:Util.dateFormat(this.list[res.trIndex].dContractDate,'yyyy-MM-dd') + ' 23:59:59'},
{key:'searchname',value:this.list[res.trIndex].sOrderNo}, {key:this.hdr.sType == '采购' ? 'searchvalue' : 'searchname',value:this.list[res.trIndex].sOrderNo},
{key:'iContractType',value:this.list[res.trIndex].iContractType} {key:'iContractType',value:this.list[res.trIndex].iContractType}
] ]
let result = await this.request(this.hdr.sType == '采购' ? 'getTipProcurementProgress' : 'getTipProcessProgress',{ data:postData, params:{}},'加载中') let result = await this.request(this.hdr.sType == '采购' ? 'getTipProcurementProgress' : 'getTipProcessProgress',{ data:postData, params:{}},'加载中')
......
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