|
@@ -78,11 +78,12 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
+ {{ documentForm.goodsTime2 }}
|
|
|
<el-form-item label="请于:" prop="corpCnName">
|
|
|
<el-date-picker v-model="documentForm.goodsTime" clearable style="width: 160px" type="date"
|
|
|
size="small" value-format="yyyy-MM-dd" placeholder="请选择日期">
|
|
|
</el-date-picker>
|
|
|
- <el-time-picker v-model="documentForm.goodsTime2" format="HH:mm:ss" style="width: 140px" placeholder="请选择时间" size="small">
|
|
|
+ <el-time-picker v-model="documentForm.goodsTime2" format="HH:mm:ss" value-format="HH:mm:ss" style="width: 140px" placeholder="请选择时间" size="small">
|
|
|
</el-time-picker>
|
|
|
<span style="margin-left: 10px">前将货物送至指定位置</span>
|
|
|
</el-form-item>
|
|
@@ -92,7 +93,7 @@
|
|
|
<el-date-picker v-model="documentForm.clearanceTime" clearable style="width: 160px" type="date"
|
|
|
size="small" value-format="yyyy-MM-dd" placeholder="请选择日期">
|
|
|
</el-date-picker>
|
|
|
- <el-time-picker v-model="documentForm.clearanceTime2" format="HH:mm:ss" style="width: 140px" placeholder="请选择时间" size="small">
|
|
|
+ <el-time-picker v-model="documentForm.clearanceTime2" format="HH:mm:ss" value-format="HH:mm:ss" style="width: 140px" placeholder="请选择时间" size="small">
|
|
|
</el-time-picker>
|
|
|
<span style="margin-left: 10px">前通关</span>
|
|
|
</el-form-item>
|
|
@@ -105,7 +106,7 @@
|
|
|
<el-date-picker v-model="documentForm.vgmDeadline" clearable style="width: 160px" type="date"
|
|
|
size="small" value-format="yyyy-MM-dd" placeholder="请选择日期">
|
|
|
</el-date-picker>
|
|
|
- <el-time-picker v-model="documentForm.vgmDeadline2" format="HH:mm:ss" style="width: 140px" placeholder="请选择时间" size="small">
|
|
|
+ <el-time-picker v-model="documentForm.vgmDeadline2" format="HH:mm:ss" value-format="HH:mm:ss" style="width: 140px" placeholder="请选择时间" size="small">
|
|
|
</el-time-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|