!1439 修复:抽屉允许改板厚

pull/1439/MERGE
ZoeLeeFZ 4 years ago committed by ChenX
parent 871fba787e
commit d31ff48197

@ -142,7 +142,7 @@ export interface ISelectTempInfo
/**抽屉一定要有的参数 */
export const DrawerTempParName = ["ZYS", "YYS", "SYS", "XYS"];
/**禁止改的属性 */
export const DisableChangeParName = ["L", "W", "H", "ZYS", "YYS", "SYS", "XYS", "ZG", "YG", "SG", "XG", "BH"];
export const DisableChangeParName = ["L", "W", "H", "ZYS", "YYS", "SYS", "XYS", "ZG", "YG", "SG", "XG"];
/**门板需要的参数 */
export const DoorNeedParamNames = ["L", "W", "H", "PX", "PY", "PZ", "RX", "RY", "RZ", "SG", "XG", "ZG", "YG", "XBH", "BH"];

Loading…
Cancel
Save