|
@@ -9,7 +9,7 @@
|
|
|
:close-on-press-escape="false"
|
|
:close-on-press-escape="false"
|
|
|
id="formId"
|
|
id="formId"
|
|
|
append-to-body
|
|
append-to-body
|
|
|
- width="90%"
|
|
|
|
|
|
|
+ width="95%"
|
|
|
@update:fullscreen="fullscreen"
|
|
@update:fullscreen="fullscreen"
|
|
|
:fullscreen="isFullscreen"
|
|
:fullscreen="isFullscreen"
|
|
|
:height="dialogDynamicHeight"
|
|
:height="dialogDynamicHeight"
|
|
@@ -169,7 +169,7 @@
|
|
|
>
|
|
>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
|
|
- <el-table-column label="数量" prop="demandQuantity" width="140">
|
|
|
|
|
|
|
+ <el-table-column label="数量" prop="demandQuantity" width="160">
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
|
<el-input
|
|
<el-input
|
|
@@ -193,7 +193,7 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="计量库存数量"
|
|
label="计量库存数量"
|
|
|
prop="availableCountBase"
|
|
prop="availableCountBase"
|
|
|
- width="300"
|
|
|
|
|
|
|
+ width="320"
|
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
>
|
|
>
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|