|
@@ -283,7 +283,7 @@
|
|
|
<el-table-column show-overflow-tooltip label="采购在途" align="center" prop="puFreight" width="120px"/>
|
|
|
<el-table-column show-overflow-tooltip label="交货日期" align="center" prop="deliveryDate" width="230px">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-form-item class="hang" :prop="'puDemandItemList.' + scope.$index + '.' + 'deliveryDate'" :rules="{ required: true, message: '请填写交货日期', trigger: 'blur' }">
|
|
|
+ <el-form-item class="hang">
|
|
|
<el-date-picker
|
|
|
v-model="scope.row.deliveryDate"
|
|
|
:readonly="sonDisable"
|