|
|
|
@ -55,7 +55,18 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<!--<el-row :gutter="24">-->
|
|
|
|
|
<el-row :gutter="24">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="区域编码:" prop="freightRow" class="query-form-item">
|
|
|
|
|
<el-input-number
|
|
|
|
|
v-model="formData.freightRow" style="width: 80%"
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
:min="1"
|
|
|
|
|
:max="30"
|
|
|
|
|
></el-input-number>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<!-- <el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="备注:" prop="remake" class="query-form-item">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
@ -64,7 +75,7 @@
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!--</el-row>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
<div style="float: right;margin-bottom: 10px">
|
|
|
|
|
<el-button-group>
|
|
|
|
@ -181,6 +192,7 @@ export default {
|
|
|
|
|
name: '',
|
|
|
|
|
remark: '',
|
|
|
|
|
workPlaceIdFk: '',
|
|
|
|
|
freightRow: null,
|
|
|
|
|
isSingQueue: 1
|
|
|
|
|
},
|
|
|
|
|
freightData: null,
|
|
|
|
|