opt: 任务完成点位载具类型的设置
This commit is contained in:
@@ -198,14 +198,14 @@
|
||||
<el-form-item label="物料规格" prop="material_spec">
|
||||
<el-input v-model="form.material_spec" style="width: 240px;" disabled />
|
||||
</el-form-item>
|
||||
<!-- <el-form-item label="数量" prop="qty">-->
|
||||
<!-- <el-input-number-->
|
||||
<!-- v-model.number="form.qty"-->
|
||||
<!-- :min="1"-->
|
||||
<!-- :max="999999"-->
|
||||
<!-- style="width: 240px;"-->
|
||||
<!-- />-->
|
||||
<!-- </el-form-item>-->
|
||||
<el-form-item label="总重量" prop="qty">
|
||||
<el-input-number
|
||||
v-model.number="form.qty"
|
||||
:min="1"
|
||||
:max="999999"
|
||||
style="width: 240px;"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="批次" prop="pcsn">
|
||||
<el-input v-model="form.pcsn" style="width: 240px;" />
|
||||
</el-form-item>
|
||||
@@ -259,8 +259,8 @@
|
||||
<el-table-column prop="material_code" label="物料编码" show-overflow-tooltip width="180" />
|
||||
<el-table-column prop="material_name" label="物料名称" show-overflow-tooltip width="180" />
|
||||
<el-table-column prop="material_spec" label="物料规格" show-overflow-tooltip width="180" />
|
||||
<!-- <el-table-column prop="qty" label="计划数量" show-overflow-tooltip />
|
||||
<el-table-column prop="assign_qty" label="分配数量" show-overflow-tooltip width="120" />-->
|
||||
<el-table-column prop="qty" label="总重量" show-overflow-tooltip />
|
||||
<!-- <el-table-column prop="assign_qty" label="分配数量" show-overflow-tooltip width="120" />-->
|
||||
<el-table-column prop="actual_qty" label="处理数量" show-overflow-tooltip width="120" />
|
||||
<el-table-column prop="pcsn" label="批次" show-overflow-tooltip width="120" />
|
||||
<el-table-column prop="unit_name" label="单位" show-overflow-tooltip width="120" />
|
||||
@@ -316,6 +316,7 @@ import crudBsrealstorattr from '@/views/wms/basedata/bsrealstorattr/bsrealstorat
|
||||
// import UploadDialog from './UploadDialog'
|
||||
const defaultForm = {
|
||||
id: null,
|
||||
stor_id: null,
|
||||
code: null,
|
||||
proc_inst_id: null,
|
||||
biz_id: null,
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
<el-table-column prop="material_spec" label="物料规格" width="140" />
|
||||
<el-table-column prop="struct_code" label="仓位编码" width="160" />
|
||||
<el-table-column prop="storagevehicle_code" label="载具编码" width="160" />
|
||||
<el-table-column prop="qty" label="重量" width="160" />
|
||||
<el-table-column prop="qty_unit_name" label="单位" width="160" />
|
||||
<el-table-column prop="supp_name" label="供应商" width="160" />
|
||||
<!-- <el-table-column prop="material_model" label="物料型号" width="140" />-->
|
||||
|
||||
Reference in New Issue
Block a user