Commit be08e823411ad01fa7a4496f95eb019217609b2e

Authored by zhangzzzz
1 parent 0c86c5c5

修改胶印撤销按钮位置;

src/mes/productionExec/productionExecMain/index.js
... ... @@ -1093,6 +1093,14 @@ const ProductionExecContent0 = props => {
1093 1093 >
1094 1094 叫料
1095 1095 </Button>
  1096 + <Button
  1097 + className="abnormalBtn"
  1098 + style={{ "border-color": "#faad14", background: "#faad14" }}
  1099 + {...btnProps}
  1100 + {...getBtnConfigByControlName("BtnCancel")}
  1101 + >
  1102 + 撤销
  1103 + </Button>
1096 1104 </Space>
1097 1105 <Space>
1098 1106 <Button
... ... @@ -1112,14 +1120,7 @@ const ProductionExecContent0 = props =&gt; {
1112 1120 </div>
1113 1121 <div className="rightFormBtnFloor">
1114 1122 <Space className="leftPart">
1115   - <Button
1116   - className="abnormalBtn"
1117   - style={{ "border-color": "#faad14", background: "#faad14" }}
1118   - {...btnProps}
1119   - {...getBtnConfigByControlName("BtnCancel")}
1120   - >
1121   - 撤销
1122   - </Button>
  1123 + <div></div>
1123 1124 </Space>
1124 1125 <Space className="rightPart">
1125 1126 <Button
... ...