|
|
|
@ -230,10 +230,6 @@
|
|
|
|
|
label="失效日期"
|
|
|
|
|
prop="expireDate" width="120"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="计量单位" width="100"
|
|
|
|
|
prop="measname"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="单据数量" width="100"
|
|
|
|
|
prop="count"
|
|
|
|
@ -246,6 +242,10 @@
|
|
|
|
|
label="价格" width="100"
|
|
|
|
|
prop="price"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="计量单位" width="100"
|
|
|
|
|
prop="measname"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="生产企业" width="180"
|
|
|
|
|
prop="manufacturer"
|
|
|
|
@ -344,10 +344,6 @@
|
|
|
|
|
label="失效日期" width="120"
|
|
|
|
|
prop="expireDate"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="计量单位" width="100"
|
|
|
|
|
prop="measname"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="单据数量" width="100"
|
|
|
|
|
prop="orderCount"
|
|
|
|
@ -357,8 +353,12 @@
|
|
|
|
|
prop="reCount" width="100"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="供应商"
|
|
|
|
|
prop="supName" width="180"
|
|
|
|
|
label="计量单位" width="100"
|
|
|
|
|
prop="measname"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="注册/备案号" width="180"
|
|
|
|
|
prop="certCode"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
@ -367,8 +367,8 @@
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="注册/备案号" width="180"
|
|
|
|
|
prop="certCode"
|
|
|
|
|
label="供应商"
|
|
|
|
|
prop="supName" width="180"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
@ -437,10 +437,6 @@
|
|
|
|
|
label="序列号"
|
|
|
|
|
prop="serialNo" width="120"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="供应商"
|
|
|
|
|
prop="supName" width="180"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="扫码数量"
|
|
|
|
|
prop="count" width="100"
|
|
|
|
@ -449,6 +445,10 @@
|
|
|
|
|
label="实际数量"
|
|
|
|
|
prop="reCount" width="100"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="供应商"
|
|
|
|
|
prop="supName" width="180"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
<pagination
|
|
|
|
|