|
@@ -74,7 +74,21 @@
|
|
|
<el-table-column
|
|
|
prop="suqualityTestingDate"
|
|
|
label="称重时间"
|
|
|
- ></el-table-column>
|
|
|
+ >
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <sapn
|
|
|
+ v-if="
|
|
|
+ scope.row.status == '已称毛重'
|
|
|
+ "
|
|
|
+ > {{scope.row.grossDate}}</sapn
|
|
|
+ >
|
|
|
+ <sapn
|
|
|
+ v-if="
|
|
|
+ scope.row.status == '已称皮重'
|
|
|
+ "
|
|
|
+ > {{scope.row.tareDate}}</sapn
|
|
|
+ >
|
|
|
+ </template></el-table-column>
|
|
|
<el-table-column prop="status" label="状态"></el-table-column>
|
|
|
<el-table-column width="300" prop="contractNo1" label="操作">
|
|
|
<template slot-scope="scope">
|