|
@@ -1133,6 +1133,14 @@
|
1133
|
1133
|
this.content.push({
|
1134
|
1134
|
text: "示忙",
|
1135
|
1135
|
});
|
|
1136
|
+ } else if (item.link === "sendBuild") {
|
|
1137
|
+ this.content.push({
|
|
1138
|
+ text: "送回发起",
|
|
1139
|
+ });
|
|
1140
|
+ } else if (item.link === "sendHandover") {
|
|
1141
|
+ this.content.push({
|
|
1142
|
+ text: "领取交接",
|
|
1143
|
+ });
|
1136
|
1144
|
} else if (item.link === "wxTakeMedicine") {
|
1137
|
1145
|
this.content.push({
|
1138
|
1146
|
text: "摆药取药",
|
|
@@ -1635,6 +1643,10 @@
|
1635
|
1643
|
});
|
1636
|
1644
|
} else if (e.item.text === "被服回收") {
|
1637
|
1645
|
this.quiltScan();
|
|
1646
|
+ } else if (e.item.text === "送回发起") {
|
|
1647
|
+ // this.showHandViewDrugsbag();
|
|
1648
|
+ } else if (e.item.text === "领取交接") {
|
|
1649
|
+ // this.showHandViewDrugsbag();
|
1638
|
1650
|
}
|
1639
|
1651
|
},
|
1640
|
1652
|
//确定
|