|
|
|
@ -343,6 +343,8 @@ export default { |
|
|
|
{ label: "锁住", prop: "isLock", minWidth: 60, align: "center" }, |
|
|
|
{ label: "预约备单", prop: "isUploadAppoint", minWidth: 90, align: "center" }, |
|
|
|
{ label: "上传", prop: "isUpload", minWidth: 60, align: "center" }, |
|
|
|
{ label: "检后推送", prop: "isPushThirdResult", minWidth: 90, align: "center" }, |
|
|
|
|
|
|
|
// { label: "标准金额", prop: "standardAmount", minWidth: 80, align: "center" }, |
|
|
|
// { label: "应收金额", prop: "receivableAmount", minWidth: 80, align: "center" }, |
|
|
|
// { label: "实收金额", prop: "chargeAmount", minWidth: 80, align: "center" }, |
|
|
|
@ -1292,7 +1294,7 @@ export default { |
|
|
|
let res = await postapi('/api/app/ThirdResultPush/PushHtyResultByPatientRegisterId',{patientRegisterId:e.patientRegisterId}) |
|
|
|
if(res.code > -1){ |
|
|
|
// 推送检后成功,更新状态 |
|
|
|
e.isUploadAppoint = "Y"; |
|
|
|
e.isPushThirdResult = "Y"; |
|
|
|
} |
|
|
|
} catch (error) { |
|
|
|
console.log("error", error); |
|
|
|
|