|
|
@@ -170,28 +170,10 @@ export default {
|
|
|
},
|
|
|
// 提交地址信息
|
|
|
submitAddress() {
|
|
|
- this.showAddress = false
|
|
|
- return
|
|
|
- let zhongPrescriptionVo = this.dealRecipe1();
|
|
|
- let chengPrescriptionVo = {};
|
|
|
- setTimeout(() => {
|
|
|
- chengPrescriptionVo = this.dealRecipe2();
|
|
|
- }, 100);
|
|
|
- let technologyPrescriptionVo = {};
|
|
|
- setTimeout(() => {
|
|
|
- technologyPrescriptionVo = this.dealRecipe3();
|
|
|
- }, 200);
|
|
|
- setTimeout(() => {
|
|
|
-
|
|
|
-
|
|
|
- this._getRecipePriview(
|
|
|
- zhongPrescriptionVo,
|
|
|
- chengPrescriptionVo,
|
|
|
- technologyPrescriptionVo
|
|
|
- );
|
|
|
-
|
|
|
-
|
|
|
- }, 500);
|
|
|
+ const model = this.$refs.medAdress.form;
|
|
|
+ this.psChange(model.iskD)
|
|
|
+ this.djChange(model.isDaiJian)
|
|
|
+ this.showAddress = false;
|
|
|
},
|
|
|
// 获取医保规则最大/最小药味数
|
|
|
async getMaxMinDoaseNumber() {
|