Commit 8fccb3177891c28b638eb411a4ca35bca32a1897

Authored by 陈鑫涛
2 parents 4d059a74 320b57e1

Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main

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 {
... ...