Commit 53187973 authored by youjie's avatar youjie

no message

parent 7e85cc5c
...@@ -95,6 +95,13 @@ ...@@ -95,6 +95,13 @@
._TCIDAndTCNUMList{ ._TCIDAndTCNUMList{
display: flex; display: flex;
} }
/deep/.page_RecPayQuery .horizontal-border>span{
display: flex;
}
/deep/.page_RecPayQuery .horizontal-border>span>span{
display: flex;
flex-wrap: wrap !important;
}
</style> </style>
<template > <template >
...@@ -469,7 +476,7 @@ Vue.component('table-BranchName',{ //查看操作按钮 ...@@ -469,7 +476,7 @@ Vue.component('table-BranchName',{ //查看操作按钮
} }
}) })
Vue.component('table-operation',{ //查看操作按钮 Vue.component('table-operation',{ //查看操作按钮
template:`<span style="display: flex;flex-direction: wrap;"> template:`<span>
<el-tooltip class="item" effect="dark" content="查看" placement="top"> <el-tooltip class="item" effect="dark" content="查看" placement="top">
<i v-if="rowData.Type !== 4" style="width: 30px; <i v-if="rowData.Type !== 4" style="width: 30px;
height: 30px; height: 30px;
...@@ -1083,7 +1090,7 @@ export default { ...@@ -1083,7 +1090,7 @@ export default {
{field: 'ClientTypeName', title: '付款对象',width: 180, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-ClientTypeName'}, {field: 'ClientTypeName', title: '付款对象',width: 180, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-ClientTypeName'},
{field: 'EmName', title: '制单人员',width: 120, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-EmName'}, {field: 'EmName', title: '制单人员',width: 120, titleAlign: 'left',columnAlign:'left',isResize:true,componentName:'table-EmName'},
{field: 'StatusStr', title: '当前状态',width: 120, titleAlign: 'left',columnAlign:'left',isResize:true}, {field: 'StatusStr', title: '当前状态',width: 120, titleAlign: 'left',columnAlign:'left',isResize:true},
{field: 'custome-operation', title: '操作',width: 200, titleAlign: 'left',columnAlign:'left',componentName:'table-operation',isResize:true} {field: 'custome-operation', title: '操作',width: 90, titleAlign: 'left',columnAlign:'left',componentName:'table-operation',isResize:true}
], ],
pageSize:5, pageSize:5,
pageIndex:1, pageIndex:1,
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<td height="26px"></td> <td height="26px"></td>
<td height="26px">{{benMoney}}</td> <td height="26px">{{benMoney}}</td>
</tr> </tr>
<tr v-if="GetDetail.CashierDetail&&GetDetail.CashierDetail.length&&(GetDetail.Type!=2|| GetDetail.Type!=5)"> <tr v-if="GetDetail.CashierDetail&&GetDetail.CashierDetail.length">
<td height="26px"></td> <td height="26px"></td>
<td height="26px"></td> <td height="26px"></td>
<td height="26px"></td> <td height="26px"></td>
......
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