This commit is contained in:
2022-11-23 09:01:10 +08:00
parent bbd7197f9b
commit 1b378064af
8 changed files with 178 additions and 119 deletions

View File

@@ -231,6 +231,9 @@
/>
</el-select>
</el-form-item>
<el-form-item label="托盘数量">
<el-input v-model="form.emptypallet_num" style="width: 370px;" @change="isDisabled=false" />
</el-form-item>
<el-form-item label="优先级">
<el-input v-model="form.priority" style="width: 370px;" @change="isDisabled=false" />
</el-form-item>
@@ -410,7 +413,8 @@ export default {
from_z: null,
to_x: null,
to_y: null,
to_z: null
to_z: null,
emptypallet_num: '1'
},
rules: {
start_point_code: [