Commit 3dd80d02d3a09b35a2d48de39e7ce9cad0a86e79
1 parent
a143c19d
出版数量
Showing
1 changed file
with
2 additions
and
1 deletions
src/mes/common/commonModelComponent/index.js
| @@ -3180,7 +3180,8 @@ const SisColorChooseComponent = props => { | @@ -3180,7 +3180,8 @@ const SisColorChooseComponent = props => { | ||
| 3180 | tableData[iIndex] = { | 3180 | tableData[iIndex] = { |
| 3181 | ...tableData[iIndex], | 3181 | ...tableData[iIndex], |
| 3182 | [sisColorField]: JSON.stringify(colorList), | 3182 | [sisColorField]: JSON.stringify(colorList), |
| 3183 | - iOutsideQty: totalDColor | 3183 | + iOutsideQty: totalDColor, |
| 3184 | + iPublishQty: totalDColor | ||
| 3184 | } | 3185 | } |
| 3185 | props.onSaveState({ | 3186 | props.onSaveState({ |
| 3186 | [`${sisTableName}Data`]: [...tableData], | 3187 | [`${sisTableName}Data`]: [...tableData], |