|
|
@ -365,6 +365,11 @@ export default { |
|
|
<el-input v-model="form.boxNoStr" disabled></el-input> |
|
|
<el-input v-model="form.boxNoStr" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
<el-col :span="4"> |
|
|
|
|
|
<el-form-item label="装箱数量"> |
|
|
|
|
|
<el-input-number :controls="false" style="width: 100%" :value="rollDataList.length" disabled></el-input-number> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row :gutter="10"> |
|
|
<el-row :gutter="10"> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
|