|
@@ -502,7 +502,7 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fFeeid" label="费用名称">
|
|
|
+ <el-table-column prop="fFeeid" label="费用名称" align="center" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
v-model="scope.row.fFeeid"
|
|
@@ -520,7 +520,7 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fDc" label="收付">
|
|
|
+ <el-table-column prop="fDc" label="收付" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
v-model="scope.row.fDc"
|
|
@@ -532,7 +532,7 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fFeeunitid" label="计费单位">
|
|
|
+ <el-table-column prop="fFeeunitid" label="计费单位" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
v-model="scope.row.fFeeunitid"
|
|
@@ -549,7 +549,7 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fBillingQty" label="计费数量">
|
|
|
+ <el-table-column prop="fBillingQty" label="计费数量" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.fBillingQty"
|
|
@@ -560,7 +560,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fUnitprice" label="单价">
|
|
|
+ <el-table-column prop="fUnitprice" label="单价" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.fUnitprice"
|
|
@@ -571,7 +571,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fCurrency" label="币种">
|
|
|
+ <el-table-column prop="fCurrency" label="币种" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.fCurrency"
|
|
@@ -580,7 +580,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fExrate" label="汇率">
|
|
|
+ <el-table-column prop="fExrate" label="汇率" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.fExrate"
|
|
@@ -589,7 +589,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fAmount" label="金额">
|
|
|
+ <el-table-column prop="fAmount" label="金额" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.fAmount"
|
|
@@ -598,7 +598,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fTaxrate" label="税率">
|
|
|
+ <el-table-column prop="fTaxrate" label="税率" align="center" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.fTaxrate"
|
|
@@ -607,7 +607,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="remarks" label="备注">
|
|
|
+ <el-table-column prop="remarks" label="备注" align="center" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
v-model="scope.row.remarks"
|
|
@@ -616,7 +616,7 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="remarks" label="费用来源">
|
|
|
+ <el-table-column prop="remarks" label="费用来源" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.actId == 1030">接单</span>
|
|
|
<span v-if="scope.row.actId == 1040">提箱</span>
|