通知,车辆,装备,用户,保安单位,出资人,管理人修改
| | |
| | | label: "通知内容", |
| | | prop: "content", |
| | | component: "AvueUeditor", |
| | | options: { |
| | | action: "/api/blade-resource/oss/endpoint/put-file", |
| | | props: { |
| | | res: "data", |
| | | url: "link", |
| | | }, |
| | | }, |
| | | hide: true, |
| | | // options: { |
| | | // action: "/api/blade-resource/oss/endpoint/put-file", |
| | | // props: { |
| | | // res: "data", |
| | | // url: "link", |
| | | // }, |
| | | // }, |
| | | hide: false, |
| | | minRows: 6, |
| | | span: 24, |
| | | }, |
| | |
| | | const { releaseTimeRange } = this.query; |
| | | params["jurisdiction"] = this.jurisdiction; |
| | | params["type"] = 1; |
| | | |
| | | |
| | | let values = { |
| | | ...params, |
| | | }; |
| | |
| | | prop: "drivingConditions", |
| | | // search: true, |
| | | width: 110, |
| | | hide: true, |
| | | hide: false, |
| | | // search: true, |
| | | searchSpan: 4, |
| | | }, |
| | |
| | | // search: true, |
| | | }, |
| | | { |
| | | label: "规格", |
| | | prop: "specifications", |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入规格", |
| | | trigger: "blur" |
| | | }] |
| | | // search: true, |
| | | }, |
| | | { |
| | | label: "数量", |
| | | prop: "num", |
| | | rules: [{ |
| | |
| | | prop: "type", |
| | | slot: true, |
| | | type: "select", |
| | | rules: [ |
| | | { |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择装备类型", |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | dicData: [ |
| | | { |
| | | }, ], |
| | | dicData: [{ |
| | | label: "交通工具", |
| | | value: 1, |
| | | }, |
| | |
| | | prop: "cell", |
| | | labelWidth: w, |
| | | span: s, |
| | | }, { |
| | | label: "年龄", |
| | | prop: "age", |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | labelWidth: w, |
| | | span: s, |
| | | } |
| | | // , { |
| | | // label: "持股比例(%)", |
| | |
| | | }, |
| | | rowUpdate2(row, index, done, loading) { |
| | | console.log(row); |
| | | delete row.shareholdingratio; |
| | | // delete row.shareholdingratio; |
| | | update2(row).then( |
| | | () => { |
| | | this.onLoad2(this.page2); |
| | |
| | | onLoad(page, params = {}) { |
| | | this.loading = true; |
| | | var deptid = this.deptids == null ? this.treeDeptId : this.deptids; |
| | | params['status'] = 1; |
| | | getList( |
| | | page.currentPage, |
| | | page.pageSize, |
| | |
| | | // target: 'http://localhost:83', |
| | | // target: 'http://192.168.0.114:83',//钟日健W |
| | | // target: 'http://192.168.0.106:83',//曾杭W |
| | | // target: 'http://localhost:81', |
| | | target: 'http://localhost:83', |
| | | // target: 'http://192.168.0.115:83',//原W |
| | | // target: 'http://localhost:81', //原W |
| | | // target: 'http://192.168.0.115:83',//原W |
| | | // target: 'http://192.168.0.107:83',//唐N |
| | | target: 'http://192.168.0.112:83',//唐N |
| | | // target: 'http://192.168.0.112:83',//唐N |
| | | //远程演示服务地址,可用于直接启动项目 |
| | | ws: true, |
| | | pathRewrite: { |