Browse Source

修改订单详情

zhanghe 7 years ago
parent
commit
6249b6df65
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/routes/Order/Edit/OrderProfile.js

+ 0 - 10
src/routes/Order/Edit/OrderProfile.js

@@ -234,16 +234,6 @@ export default class OrderProfile extends Component {
       key: 2,
     }]
 
-    // const stepMap = {
-    //   [Codes.CODE_UNPAID]: 0,
-    //   [Codes.CODE_PAID]: 1,
-    //   [Codes.CODE_FORSEND]: 1,
-    //   [Codes.CODE_SENT]: 2,
-    //   [Codes.CODE_RECEIVED]: 3,
-    //   [Codes.CODE_CANCEL]: 4,
-    //   [Codes.CODE_COMPLETE]: 4,
-    // };
-    //
     return (
       <PageHeaderLayout title="订单详情">
         <Card title="订单信息" bordered={false} style={{ marginBottom: 20 }}>