|
@@ -110,9 +110,9 @@
|
|
|
<el-date-picker v-model="documentForm.dispatchTime" clearable style="width: 160px" type="date"
|
|
|
size="small" value-format="yyyy-MM-dd" placeholder="请选择日期">
|
|
|
</el-date-picker>
|
|
|
- <el-time-picker v-model="documentForm.dispatchTime2" format="HH:mm" value-format="HH:mm" style="width: 140px"
|
|
|
- placeholder="请选择时间" size="small">
|
|
|
- </el-time-picker>
|
|
|
+ <el-time-select v-model="documentForm.dispatchTime2" format="HH:mm" value-format="HH:mm" style="width: 140px"
|
|
|
+ placeholder="请选择时间" :picker-options="{start: '00:00',step: '00:30',end: '23:30'}" size="small">
|
|
|
+ </el-time-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="费用确认:" prop="corpCnName">
|
|
|
<el-input type="age" style="width: 100%;" v-model="documentForm.costConfirmation" size="small"
|
|
@@ -127,9 +127,9 @@
|
|
|
<el-date-picker v-model="documentForm.timeOn" clearable style="width: 160px" type="date" size="small"
|
|
|
value-format="yyyy-MM-dd" placeholder="请选择日期">
|
|
|
</el-date-picker>
|
|
|
- <el-time-picker v-model="documentForm.timeOn2" format="HH:mm" value-format="HH:mm" style="width:140px" placeholder="请选择时间"
|
|
|
- size="small">
|
|
|
- </el-time-picker>
|
|
|
+ <el-time-select v-model="documentForm.timeOn2" format="HH:mm" value-format="HH:mm" style="width:140px" placeholder="请选择时间"
|
|
|
+ :picker-options="{start: '00:00',step: '00:30',end: '23:30'}" size="small">
|
|
|
+ </el-time-select>
|
|
|
<span>前到达指定工厂,并于</span>
|
|
|
<!-- <el-date-picker v-model="documentForm.endTime" clearable style="width: 30%" type="datetime" size="small"
|
|
|
value-format="yyyy-MM-dd HH:mm:ss" placeholder="请选择时间">
|
|
@@ -137,9 +137,9 @@
|
|
|
<el-date-picker v-model="documentForm.endTime" clearable style="width: 160px" type="date" size="small"
|
|
|
value-format="yyyy-MM-dd" placeholder="请选择日期">
|
|
|
</el-date-picker>
|
|
|
- <el-time-picker v-model="documentForm.endTime2" format="HH:mm" value-format="HH:mm" style="width: 140px" placeholder="请选择时间"
|
|
|
- size="small">
|
|
|
- </el-time-picker>
|
|
|
+ <el-time-select v-model="documentForm.endTime2" format="HH:mm" value-format="HH:mm" style="width: 140px" placeholder="请选择时间"
|
|
|
+ :picker-options="{start: '00:00',step: '00:30',end: '23:30'}" size="small">
|
|
|
+ </el-time-select>
|
|
|
<span>前回场站</span>
|
|
|
</div>
|
|
|
<el-form-item label="备注:" prop="remarks">
|