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