|
@@ -33,6 +33,7 @@ import {
|
|
|
} from "../../../tools.js";
|
|
|
import PicturesWall from "./changeComponent/picturesWall.js";
|
|
|
import ResolutionDetail from "@/resolutionDetail";
|
|
|
+import EnterpriseNameChange from "../../../common/enterpriseNameChange";
|
|
|
|
|
|
const Addorders = Form.create()(
|
|
|
React.createClass({
|
|
@@ -2394,6 +2395,10 @@ const Addorders = Form.create()(
|
|
|
label="客户名称"
|
|
|
>
|
|
|
<span>{this.state.userName}</span>
|
|
|
+ <EnterpriseNameChange
|
|
|
+ type='journal'
|
|
|
+ style={{ marginLeft: 10 }}
|
|
|
+ enterpriseId={this.props.orderUid}/>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<FormItem
|