Commit 47127c7d authored by youjie's avatar youjie

no message

parent 28aab68c
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<th>分公司制单流程</th> <th>分公司制单流程</th>
<th>币种</th> <th>币种</th>
<th>操作人</th> <th>操作人</th>
<th>操作</th> <th v-if="S_CheckAllOrder">操作</th>
</tr> </tr>
</thead> </thead>
<template v-for="(subItem,subIndex) in DataList"> <template v-for="(subItem,subIndex) in DataList">
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<p>{{subItem.UpdateByName}}</p> <p>{{subItem.UpdateByName}}</p>
<p>{{subItem.UpdateDate}}</p> <p>{{subItem.UpdateDate}}</p>
</td> </td>
<td> <td v-if="S_CheckAllOrder">
<el-button-group size='mini'> <el-button-group size='mini'>
<el-tooltip class="item" effect="dark" content="编辑手配费" placement="top-start"> <el-tooltip class="item" effect="dark" content="编辑手配费" placement="top-start">
<el-button type="primary" icon="el-icon-edit" <el-button type="primary" icon="el-icon-edit"
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
{Name:'餐',Id:2,disabled:false}, {Name:'餐',Id:2,disabled:false},
{Name:'车',Id:3,disabled:false}, {Name:'车',Id:3,disabled:false},
{Name:'门票',Id:4,disabled:false}, {Name:'门票',Id:4,disabled:false},
], //团队类型 ], //类型
ClientAccountList: [], //付款对象 ClientAccountList: [], //付款对象
showVisible: false, //弹窗的显示 showVisible: false, //弹窗的显示
addMsg: Object.assign({}, addobj), addMsg: Object.assign({}, addobj),
......
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