Commit 320b57e1c42cfab270ce3d87c03bd1bf2a4fba87

Authored by zhangzzzz
1 parent 4f949255

优化材料选择功能;

src/components/QuickQuote/index.jsx
... ... @@ -2234,7 +2234,12 @@ const MaterialsComponent = props => {
2234 2234 return {
2235 2235 ...item,
2236 2236 sVisColumnName: "sMaterialsName",
2237   - iColValue: 20,
  2237 + iColValue: 14,
  2238 + };
  2239 + } else if (sName === "dMaterialPrice") {
  2240 + return {
  2241 + ...item,
  2242 + iColValue: 6,
2238 2243 };
2239 2244 } else if (sName === "sComMaterials") {
2240 2245 return {
... ...