|
|
@@ -97,9 +97,9 @@ export default {
|
|
|
if(style == 1){
|
|
|
//选择客户并开单情况
|
|
|
if(this.$util.isScanEnv()){
|
|
|
- this.$util.pageTo({url: '/admin/billing/affirm',type:2,query: {customId: item.id}})
|
|
|
+ this.$util.pageTo({url: '/admin/billing/affirm',type:2,query: {customId: item.id,customName:item.name}})
|
|
|
}else{
|
|
|
- this.$util.pageTo({url: '/admin/billing/index',type:2,query: {customId: item.id}})
|
|
|
+ this.$util.pageTo({url: '/admin/billing/index',type:2,query: {customId: item.id,customName:item.name}})
|
|
|
}
|
|
|
}else if(style == 2){
|
|
|
//用于选择客户并且需要返回的情况
|
|
|
@@ -257,6 +257,7 @@ export default {
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
width: 290upx;
|
|
|
+ font-weight:bold;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -273,6 +274,7 @@ export default {
|
|
|
.amount_num{
|
|
|
color:red;
|
|
|
margin-left:5upx;
|
|
|
+ font-weight:bold;
|
|
|
}
|
|
|
}
|
|
|
}
|