Commit b4a9e32eedd1e0deb42fecd86114ed873693774a
Merge branch 'cjerp-1.0' of http://gitlab.qgutech.com/zhuyuanliang/erp-mobile into cjerp-1.0
Showing
1 changed file
with
4 additions
and
1 deletions
| @@ -92,7 +92,7 @@ export default { | @@ -92,7 +92,7 @@ export default { | ||
| 92 | 'form.company'(val) { | 92 | 'form.company'(val) { |
| 93 | if (!val) return | 93 | if (!val) return |
| 94 | getCodeApi({ company: val }).then(res => { | 94 | getCodeApi({ company: val }).then(res => { |
| 95 | - console.log(res) | 95 | + console.log(res, '获取框架合同编号') |
| 96 | const code = (res && res.data) ? res.data : '' | 96 | const code = (res && res.data) ? res.data : '' |
| 97 | this.form.code = code | 97 | this.form.code = code |
| 98 | }) | 98 | }) |
| @@ -270,6 +270,9 @@ export default { | @@ -270,6 +270,9 @@ export default { | ||
| 270 | color: rgba(0, 0, 0, 0.9); | 270 | color: rgba(0, 0, 0, 0.9); |
| 271 | } | 271 | } |
| 272 | } | 272 | } |
| 273 | + .is-disabled { | ||
| 274 | + background: transparent !important; | ||
| 275 | + } | ||
| 273 | 276 | ||
| 274 | background: transparent; | 277 | background: transparent; |
| 275 | 278 |