|
@@ -33,7 +33,7 @@
|
33
|
33
|
|
34
|
34
|
<view class="foot_btn_spe">
|
35
|
35
|
<view class="column">
|
36
|
|
- <view class="btn" @click="goIndex()">知道了</view>
|
|
36
|
+ <view class="btn" @click="goIndex()">返回</view>
|
37
|
37
|
<view class="btn" @click="createOrBuildOrder()" v-if="queryObj.type === 'build' && config.drugsCreateSign === 1">建单并签到</view>
|
38
|
38
|
<view class="btn" @click="createOrBuildOrder(orderId)" v-if="queryObj.type === 'receive' && config.drugsReceiveSign === 1">接单并签到</view>
|
39
|
39
|
</view>
|