Commit 8fccb3177891c28b638eb411a4ca35bca32a1897
Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main
Showing
1 changed file
with
6 additions
and
1 deletions
src/components/QuickQuote/index.jsx
| ... | ... | @@ -2244,7 +2244,12 @@ const MaterialsComponent = props => { |
| 2244 | 2244 | return { |
| 2245 | 2245 | ...item, |
| 2246 | 2246 | sVisColumnName: "sMaterialsName", |
| 2247 | - iColValue: 20, | |
| 2247 | + iColValue: 14, | |
| 2248 | + }; | |
| 2249 | + } else if (sName === "dMaterialPrice") { | |
| 2250 | + return { | |
| 2251 | + ...item, | |
| 2252 | + iColValue: 6, | |
| 2248 | 2253 | }; |
| 2249 | 2254 | } else if (sName === "sComMaterials") { |
| 2250 | 2255 | return { | ... | ... |