| | |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | <!-- <el-form-item prop="ageUnit"> |
| | | |
| | | </el-form-item> --> |
| | | </el-form> |
| | | <el-form |
| | | :inline="true" |
| | |
| | | let _this = this; |
| | | let cusIdcard = this.form.cusIdcard; |
| | | if (cusIdcard) { |
| | | |
| | | getCusIdcard(cusIdcard).then((response) => { |
| | | _this.top = false; |
| | | if (response.data) { |
| | | this.form = response.data; |
| | | if (this.form.discount === null) { |
| | |
| | | this.list1 = false; |
| | | this.list2 = true; |
| | | this.list3 = false; |
| | | this.top = false; |
| | | _this.top = false; |
| | | } else { |
| | | this.list1 = true; |
| | | this.TotalPrice = 0; |
| | | this.top = false; |
| | | _this.top = false; |
| | | } |
| | | }); |
| | | } else { |