add 手持送空
This commit is contained in:
@@ -41,15 +41,15 @@
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="静置时间" prop="standing_time">
|
||||
<el-input v-model="form.standing_time" type="number" style="width: 300px" />
|
||||
<el-form-item label="困料时间" prop="standing_time">
|
||||
<el-input v-model="form.standing_time" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">分钟</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="阈值时间" prop="threshold_time">
|
||||
<el-input v-model="form.threshold_time" type="number" style="width: 300px" />
|
||||
<el-form-item label="超时时间" prop="threshold_time">
|
||||
<el-input v-model="form.threshold_time" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">分钟</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="单重" prop="weight">
|
||||
<el-input v-model="form.weight" type="number" style="width: 300px" />
|
||||
<el-input v-model="form.weight" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">千克</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -56,28 +56,28 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="长边长度" prop="a">
|
||||
<el-input v-model="form.a" type="number" style="width: 300px" />
|
||||
<el-input v-model="form.a" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">毫米</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="短边长度" prop="b">
|
||||
<el-input v-model="form.b" type="number" style="width: 300px" />
|
||||
<el-input v-model="form.b" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">毫米</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="梯形高度" prop="h">
|
||||
<el-input v-model="form.h" type="number" style="width: 300px" />
|
||||
<el-input v-model="form.h" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">毫米</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="砖块厚度" prop="w">
|
||||
<el-input v-model="form.w" type="number" style="width: 300px" />
|
||||
<el-input v-model="form.w" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">毫米</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="计划重量" prop="plan_qty">
|
||||
<el-input v-model="form.plan_qty" :disabled="crud.status.edit" type="number" style="width: 300px" />
|
||||
<el-input v-model="form.plan_qty" :disabled="crud.status.edit" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">千克</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="计划数量" prop="plan_qty">
|
||||
<el-input v-model="form.plan_qty" :disabled="crud.status.edit" type="number" style="width: 300px" />
|
||||
<el-input v-model="form.plan_qty" :disabled="crud.status.edit" type="number" style="width: 300px"><i slot="suffix" style="font-style:normal;margin-right: 10px;">块</i></el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -197,7 +197,7 @@
|
||||
{{ dict.label.vehicle_type[scope.row.vehicle_type] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="plan_qty" label="计划数量/重量" :min-width="flexWidth('plan_qty',crud.data,'计划数量/重量')" />
|
||||
<el-table-column prop="plan_qty" label="计划数量" :min-width="flexWidth('plan_qty',crud.data,'计划数量')" />
|
||||
<el-table-column prop="is_urgent" label="是否加急" :min-width="flexWidth('is_urgent',crud.data,'是否加急')">
|
||||
<template slot-scope="scope">
|
||||
{{ dict.label.true_or_false[scope.row.is_urgent] }}
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
clearable
|
||||
filterable
|
||||
placeholder="所属区域"
|
||||
@clear="pointTypesList = null"
|
||||
@change="getPointStatusAndTypeList(query.region_id, 1)"
|
||||
@clear="pointTypesList = null; query.point_type = null"
|
||||
@change="getPointStatusAndTypeList(query.region_id, 1); query.point_type = null"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in regionList"
|
||||
@@ -146,8 +146,8 @@
|
||||
placeholder="请选择"
|
||||
style="width: 300px"
|
||||
filterable
|
||||
@change="getPointStatusAndTypeList(form.region_id, 2)"
|
||||
@clear="pointTypesDialogList = null"
|
||||
@change="getPointStatusAndTypeList(form.region_id, 2); form.point_type = null"
|
||||
@clear="pointTypesDialogList = null; form.point_type = null"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in regionList"
|
||||
|
||||
Reference in New Issue
Block a user