Merge pull request '获取操作员接口参数调整' (#30) from master-模板替换 into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/30
This commit is contained in:
commit
7aae82d05b
@ -237,7 +237,7 @@
|
|||||||
|
|
||||||
<el-table-column :label="$t('账期')" align="center" prop="billMonth" width="80" :show-overflow-tooltip="true" />
|
<el-table-column :label="$t('账期')" align="center" prop="billMonth" width="80" :show-overflow-tooltip="true" />
|
||||||
<!-- bug:1476 -->
|
<!-- bug:1476 -->
|
||||||
<el-table-column :label="$t('账单月份')" align="center" prop="sendMonth" width="150" :show-overflow-tooltip="true" />
|
<!-- <el-table-column :label="$t('账单月份')" align="center" prop="sendMonth" width="150" :show-overflow-tooltip="true" />
|
||||||
<el-table-column :label="$t('支付方式')" align="center" prop="settleType" width="80" :show-overflow-tooltip="true" >
|
<el-table-column :label="$t('支付方式')" align="center" prop="settleType" width="80" :show-overflow-tooltip="true" >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag v-if="scope.row.settleType==1" type="error">现金</el-tag>
|
<el-tag v-if="scope.row.settleType==1" type="error">现金</el-tag>
|
||||||
@ -246,7 +246,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column :label="$t('开票定制备注')" align="center" prop="openBillRemark" width="150" :show-overflow-tooltip="true" />
|
<el-table-column :label="$t('开票定制备注')" align="center" prop="openBillRemark" width="150" :show-overflow-tooltip="true" />
|
||||||
<el-table-column :label="$t('付款日期')" align="center" prop="payDays" width="80" :show-overflow-tooltip="true" />
|
<el-table-column :label="$t('付款日期')" align="center" prop="payDays" width="80" :show-overflow-tooltip="true" /> -->
|
||||||
|
|
||||||
<!-- <el-table-column :label="$t('代垫费用')" align="center" prop="ddfy" width="80" :show-overflow-tooltip="true" /> -->
|
<!-- <el-table-column :label="$t('代垫费用')" align="center" prop="ddfy" width="80" :show-overflow-tooltip="true" /> -->
|
||||||
<!-- <el-table-column :label="$t('折让')" align="center" prop="zr" width="80" :show-overflow-tooltip="true" /> -->
|
<!-- <el-table-column :label="$t('折让')" align="center" prop="zr" width="80" :show-overflow-tooltip="true" /> -->
|
||||||
@ -298,9 +298,9 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<!-- <el-table-column :label="$t('qr路径')" align="center" prop="qrPath" width="100" /> -->
|
<!-- <el-table-column :label="$t('qr路径')" align="center" prop="qrPath" width="100" /> -->
|
||||||
<el-table-column :label="$t('操作人')" align="center" prop="opManName" width="100" />
|
<!-- <el-table-column :label="$t('操作人')" align="center" prop="opManName" width="100" />
|
||||||
<el-table-column :label="$t('操作时间')" align="center" prop="opDate" width="170" :show-overflow-tooltip="true"/>
|
<el-table-column :label="$t('操作时间')" align="center" prop="opDate" width="170" :show-overflow-tooltip="true"/>
|
||||||
<el-table-column :label="$t('操作站点')" align="center" prop="opSiteName" width="100" />
|
<el-table-column :label="$t('操作站点')" align="center" prop="opSiteName" width="100" /> -->
|
||||||
<!-- <el-table-column :label="$t('开票渠道编号')" align="center" prop="openChId" width="100" /> -->
|
<!-- <el-table-column :label="$t('开票渠道编号')" align="center" prop="openChId" width="100" /> -->
|
||||||
<el-table-column :label="$t('状态描述')" align="center" prop="openChStatusDesc" width="100" :show-overflow-tooltip="true" />
|
<el-table-column :label="$t('状态描述')" align="center" prop="openChStatusDesc" width="100" :show-overflow-tooltip="true" />
|
||||||
<!-- <el-table-column :label="$t('使用的开票企业代码')" align="center" prop="openComCode" width="100" /> -->
|
<!-- <el-table-column :label="$t('使用的开票企业代码')" align="center" prop="openComCode" width="100" /> -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user