Commit 3dd80d02d3a09b35a2d48de39e7ce9cad0a86e79

Authored by chenxt
1 parent a143c19d

出版数量

src/mes/common/commonModelComponent/index.js
... ... @@ -3180,7 +3180,8 @@ const SisColorChooseComponent = props => {
3180 3180 tableData[iIndex] = {
3181 3181 ...tableData[iIndex],
3182 3182 [sisColorField]: JSON.stringify(colorList),
3183   - iOutsideQty: totalDColor
  3183 + iOutsideQty: totalDColor,
  3184 + iPublishQty: totalDColor
3184 3185 }
3185 3186 props.onSaveState({
3186 3187 [`${sisTableName}Data`]: [...tableData],
... ...