| | |
| | | |
| | | <el-form-item label="LIS编码" prop="lisXmbm"> |
| | | <el-input |
| | | v-model="form.LISXmbm" |
| | | v-model="form.lisXmbm" |
| | | placeholder="请输入his编码" |
| | | style="width: 260px" |
| | | /> |
| | |
| | | handleUpdate1() { |
| | | this.open = true; |
| | | this.form = this.xiugaiList; |
| | | |
| | | this.form.proStatus = this.form.proStatus.toString(); |
| | | this.proParent = true; |
| | | // 设置项目价格禁用 |
| | |
| | | // this.form = row; |
| | | const proId = row.proId || this.ids; |
| | | this.proParent = false; |
| | | this.isPriceDisabled = false; |
| | | getProject(proId).then((response) => { |
| | | console.log(response, 999); |
| | | this.form = response.data; |
| | | if (this.form.proParentId === "0") { |
| | | this.showPrise = true; |