This commit is contained in:
shidongli 2022-11-10 14:48:42 +08:00
parent ab4ec99a63
commit 4dfef6a75e
4 changed files with 9 additions and 23 deletions

View File

@ -838,13 +838,6 @@ export default {
this.loading = false; this.loading = false;
}); });
}, },
// list() {
// listStation().then((res) => {
// console.log(res);
// this.nurseStationlist = res.data;
// });
// },
// //
addgoodAttributeDetail() { addgoodAttributeDetail() {
console.log(this.goodDetailsLists); console.log(this.goodDetailsLists);

View File

@ -255,7 +255,6 @@
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="商品用途" prop="goodsPurpose"> <el-form-item label="商品用途" prop="goodsPurpose">
<el-select <el-select

View File

@ -485,14 +485,7 @@
:rows="5" :rows="5"
disabled disabled
/> />
<!-- <textarea cols="50" rows="10" v-model="refundlist.refundReasonRemark">
</textarea> -->
<!-- <editor
:min-height="70"
style="width: 90%; margin: 0 auto"
v-model="refundlist.refundReasonRemark"
></editor> -->
</el-form-item> </el-form-item>
<el-form-item> </el-form-item> <el-form-item> </el-form-item>
</el-form> </el-form>
@ -765,9 +758,9 @@ export default {
this.$modal.msgSuccess("录入成功"); this.$modal.msgSuccess("录入成功");
} }
this.queryexpressNo.expressNo = ""; this.queryexpressNo.expressNo = "";
this.getList();
this.innerlogistics = false; this.innerlogistics = false;
this.getList();
}); });
}, },
// //
@ -782,6 +775,7 @@ export default {
this.refundlist = res.data; this.refundlist = res.data;
console.log(this.refundlist); console.log(this.refundlist);
this.innerrefund = true; this.innerrefund = true;
// this.getList();
}); });
}, },
//退 //退
@ -794,10 +788,11 @@ export default {
obj.goodsStatus = this.refundlist.orderStatus; obj.goodsStatus = this.refundlist.orderStatus;
weChatRefundOrderApply(obj).then((res) => { weChatRefundOrderApply(obj).then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.$modal.msgSuccess("退款成功"); this.$modal.msgSuccess("退款有延迟,请耐心等待");
} }
this.getList();
this.innerrefund = false; this.innerrefund = false;
this.getList();
}); });
}, },
// refund(id){ // refund(id){

View File

@ -340,7 +340,7 @@
<!-- <el-button @click="cancel"> </el-button> --> <!-- <el-button @click="cancel"> </el-button> -->
</div> </div>
</el-dialog> </el-dialog>
<!-- 取消预约 --> <!-- 取消预约弹框 -->
<el-dialog <el-dialog
title="取消预约" title="取消预约"
:visible.sync="innerrefund" :visible.sync="innerrefund"
@ -618,10 +618,10 @@ export default {
}; };
xylWeChatRefundNotify(obj).then((res) => { xylWeChatRefundNotify(obj).then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.$modal.msgSuccess("退款成功"); this.$modal.msgSuccess("退款有延迟,请耐心等待");
} }
this.innerrefund=false
this.getList(); this.getList();
this.innerrefund=false
console.log(res); console.log(res);
}); });
@ -692,7 +692,6 @@ export default {
this.innerdispatch = false; this.innerdispatch = false;
this.getList(); this.getList();
this.nurseName = "请选择护理员"; this.nurseName = "请选择护理员";
// this.nursePersonid =""
}); });
}, },
// //