|
@@ -18,6 +18,7 @@
|
|
|
:type="'daterange'"
|
|
|
:timegranId="filterForm.data.timegranid"
|
|
|
:oneFoo="getTableData"
|
|
|
+ :custom ="1"
|
|
|
></zj-timegran-date>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -479,7 +480,6 @@
|
|
|
width="135px"
|
|
|
:show-overflow-tooltip="true"
|
|
|
></el-table-column>
|
|
|
-
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
prop="createman"
|
|
@@ -515,6 +515,24 @@
|
|
|
width="77px"
|
|
|
:show-overflow-tooltip="true"
|
|
|
></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ prop="gmReviewer"
|
|
|
+ label="审核人"
|
|
|
+ align="center"
|
|
|
+ min-width="120px"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ prop="gmReviewerTime"
|
|
|
+ label="审核时间"
|
|
|
+ align="center"
|
|
|
+ width="120px"
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
prop="memo"
|
|
@@ -1554,7 +1572,9 @@ export default {
|
|
|
memo: item.memo,
|
|
|
planweight: item.planWeight,
|
|
|
dimension: item.dimension,
|
|
|
- deliveryDate: item.deliveryDate
|
|
|
+ deliveryDate: item.deliveryDate,
|
|
|
+ gmReviewer: item.gmReviewer,
|
|
|
+ gmReviewerTime: item.gmReviewerTime
|
|
|
});
|
|
|
}
|
|
|
that.total = res.data.total;
|
|
@@ -1871,7 +1891,9 @@ export default {
|
|
|
deliveryDate: that.tableFormDataObj[key].deliveryDate,
|
|
|
dimension: that.tableFormDataObj[key].dimension,
|
|
|
iateralArea: that.tableFormDataObj[key].iateralarea,
|
|
|
- lengthTimesWidth: that.tableFormDataObj[key].lengthtimeswidth
|
|
|
+ lengthTimesWidth: that.tableFormDataObj[key].lengthtimeswidth,
|
|
|
+ gmReviewer: that.tableFormDataObj[key].gmReviewer,
|
|
|
+ gmReviewerTime: that.tableFormDataObj[key].gmReviewerTime
|
|
|
});
|
|
|
}
|
|
|
that.loading = true;
|
|
@@ -1911,16 +1933,10 @@ export default {
|
|
|
transportType: that.tableFormDataObj[key].transportType,
|
|
|
specifications: that.tableFormDataObj[key].specifications,
|
|
|
unitid: that.tableFormDataObj[key].unitid,
|
|
|
- memo: that.tableFormDataObj[key].memo,
|
|
|
workprocType: that.filterForm.data.workproc_type,
|
|
|
chemicalStandard: that.tableFormDataObj[key].chemicalStandard,
|
|
|
- planWeight: that.tableFormDataObj[key].planweight,
|
|
|
- createTime: that.tableFormDataObj[key].createTime,
|
|
|
- createMan: that.tableFormDataObj[key].createman,
|
|
|
- updateTime: that.tableFormDataObj[key].updateTime,
|
|
|
+ planWeight: '0',
|
|
|
deliveryDate: that.tableFormDataObj[key].deliveryDate,
|
|
|
- updateMan: that.tableFormDataObj[key].updateman,
|
|
|
- state: that.tableFormDataObj[key].state,
|
|
|
lengths: that.tableFormDataObj[key].lengths,
|
|
|
surfaceStandard: that.tableFormDataObj[key].surfacestandard,
|
|
|
dimension: that.tableFormDataObj[key].dimension,
|