|
|
@ -160,31 +160,16 @@ |
|
|
<!-- 动态列 --> |
|
|
<!-- 动态列 --> |
|
|
<column v-if="visible" ref="column" @refreshData="getTableUserColumn" v-drag></column> |
|
|
<column v-if="visible" ref="column" @refreshData="getTableUserColumn" v-drag></column> |
|
|
|
|
|
|
|
|
<el-dialog |
|
|
|
|
|
width="800px" |
|
|
|
|
|
:title="'已选工单'" |
|
|
|
|
|
:close-on-click-modal="false" |
|
|
|
|
|
:visible.sync="scheduleVisible"> |
|
|
|
|
|
|
|
|
<el-dialog width="800px" :title="'已选工单'" :close-on-click-modal="false" :visible.sync="scheduleVisible"> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-form :inline="true" label-position="top" style="height: 60px;" |
|
|
|
|
|
label-width="80px"> |
|
|
|
|
|
|
|
|
<el-form :inline="true" label-position="top" style="height: 60px;" label-width="80px"> |
|
|
<el-form-item :label=labels.scheduledDate> |
|
|
<el-form-item :label=labels.scheduledDate> |
|
|
<el-date-picker class="el-time-width" |
|
|
|
|
|
style="" |
|
|
|
|
|
v-model="scheduleDate" |
|
|
|
|
|
value-format="yyyy-MM-dd"> |
|
|
|
|
|
</el-date-picker> |
|
|
|
|
|
|
|
|
<el-date-picker class="el-time-width" style="" v-model="scheduleDate" value-format="yyyy-MM-dd"></el-date-picker> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item :label="''" style="margin-top: -5px;"> |
|
|
<el-form-item :label="''" style="margin-top: -5px;"> |
|
|
<el-checkbox v-model="specifiedTime" true-label="Y" false-label="N" |
|
|
|
|
|
style="margin-top: 28px; margin-right: -20px;"></el-checkbox> |
|
|
|
|
|
<el-time-picker |
|
|
|
|
|
format="HH:mm" |
|
|
|
|
|
style="margin-top: 30px; width: 65px" |
|
|
|
|
|
v-model="scheduleTime" |
|
|
|
|
|
value-format="HH:mm"> |
|
|
|
|
|
</el-time-picker> |
|
|
|
|
|
|
|
|
<el-checkbox v-model="specifiedTime" true-label="Y" false-label="N" style="margin-top: 28px; margin-right: -20px;"></el-checkbox> |
|
|
|
|
|
<el-time-picker format="HH:mm" style="margin-top: 30px; width: 65px" v-model="scheduleTime" value-format="HH:mm"></el-time-picker> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|