zhongtianhaoyuan
3 rokov pred
|
@@ -158,7 +158,7 @@
|
|
|
<el-table-column
|
|
|
:selectable="selectInit"
|
|
|
type="selection"
|
|
|
- width="55"
|
|
|
+ width="30"
|
|
|
></el-table-column>
|
|
|
<el-table-column type="index" label="序号" width="50">
|
|
|
<template scope="scope">
|
|
@@ -169,7 +169,7 @@
|
|
|
<el-table-column
|
|
|
class="table_td"
|
|
|
prop="paymentNo"
|
|
|
- width="100"
|
|
|
+ width="90"
|
|
|
label="编号"
|
|
|
sortable
|
|
|
></el-table-column>
|
|
@@ -193,7 +193,7 @@
|
|
|
<el-table-column
|
|
|
class="table_td"
|
|
|
prop="goodsName"
|
|
|
- width="100"
|
|
|
+ width="60"
|
|
|
label="货名"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
@@ -223,24 +223,43 @@
|
|
|
<el-table-column
|
|
|
class="table_td"
|
|
|
prop="netWeight"
|
|
|
- width="120"
|
|
|
+ width="100"
|
|
|
label="净重(公斤)"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
class="table_td"
|
|
|
prop="pureWeight"
|
|
|
- width="120"
|
|
|
+ width="100"
|
|
|
label="纯重(公斤)"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ class="table_td"
|
|
|
+ prop="bulkDensity"
|
|
|
+ width="60"
|
|
|
+ label="容重"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ class="table_td"
|
|
|
+ prop="waterContent"
|
|
|
+ width="60"
|
|
|
+ label="水分"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ class="table_td"
|
|
|
+ prop="mildewGrain"
|
|
|
+ width="50"
|
|
|
+ label="霉变"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
class="table_td"
|
|
|
prop="amountIngPayable"
|
|
|
+ width="80"
|
|
|
label="应付款(元)"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
class="table_td"
|
|
|
prop="amountEdPayable"
|
|
|
- width="130"
|
|
|
+ width="80"
|
|
|
label="已付款(元)"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -267,7 +286,7 @@
|
|
|
<el-table-column
|
|
|
class="table_td"
|
|
|
prop="status"
|
|
|
- width="100"
|
|
|
+ width="80"
|
|
|
label="是否开票"
|
|
|
>
|
|
|
<template scope="scope">
|