commit
c044172c8a
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* @Author: 程亮
|
* @Author: 程亮
|
||||||
* @Date: 2022-05-18 14:52:39
|
* @Date: 2022-05-18 14:52:39
|
||||||
* @LastEditTime: 2022-06-22 16:37:43
|
* @LastEditTime: 2022-09-08 17:11:51
|
||||||
* @Description:
|
* @Description:
|
||||||
* @FilePath: /trunk/src4js/pc4mobx/organization/components/company/CompanyExtend.js
|
* @FilePath: /trunk/src4js/pc4mobx/organization/components/company/CompanyExtend.js
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* @Author: 程亮
|
* @Author: 程亮
|
||||||
* @Date: 2022-05-18 16:23:32
|
* @Date: 2022-05-18 16:23:32
|
||||||
* @LastEditTime: 2022-09-05 17:46:05
|
* @LastEditTime: 2022-09-08 17:35:40
|
||||||
* @Description:
|
* @Description:
|
||||||
* @FilePath: /trunk/src4js/pc4mobx/organization/components/company/company.js
|
* @FilePath: /trunk/src4js/pc4mobx/organization/components/company/company.js
|
||||||
*/
|
*/
|
||||||
|
|
@ -42,7 +42,11 @@ import NewTableDialog from '../NewTableDialog';
|
||||||
import NewAndEditDialog from '../NewAndEditDialog';
|
import NewAndEditDialog from '../NewAndEditDialog';
|
||||||
import NewWeaTable from '../NewWeaTableDialog';
|
import NewWeaTable from '../NewWeaTableDialog';
|
||||||
import { renderNoright } from '../../util';
|
import { renderNoright } from '../../util';
|
||||||
|
import {
|
||||||
|
CompanyExtendStore
|
||||||
|
} from '../../stores/companyextend';
|
||||||
|
|
||||||
|
const companyExtend = new CompanyExtendStore();
|
||||||
|
|
||||||
|
|
||||||
const toJS = mobx.toJS;
|
const toJS = mobx.toJS;
|
||||||
|
|
@ -148,6 +152,7 @@ export default class Company extends React.Component {
|
||||||
|
|
||||||
//查看
|
//查看
|
||||||
view(id) {
|
view(id) {
|
||||||
|
//companyExtend.isEditor = true;
|
||||||
window.open(`/spa/organization/static/index.html#/main/organization/companyExtend/${id}`, "_blank")
|
window.open(`/spa/organization/static/index.html#/main/organization/companyExtend/${id}`, "_blank")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
img{
|
img{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
height: 200px;
|
height: 265px;
|
||||||
}
|
}
|
||||||
.action {
|
.action {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 37 KiB |
Loading…
Reference in New Issue