|
@@ -89,13 +89,13 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 操作按钮 -->
|
|
|
- <view class="sales-btn-box" v-if="detailData&&detailData.billStatus!='FINISH'">
|
|
|
+ <!-- <view class="sales-btn-box" v-if="detailData&&detailData.billStatus!='FINISH'">
|
|
|
<view v-if="pageData.type=='edit'" class="flex align_center justify_between">
|
|
|
<u-button class="handle-btn" shape="circle" size="medium" hover-class="none" @click="handleDel()">整单删除</u-button>
|
|
|
<u-button class="handle-btn search-btn" shape="circle" @click="handleSubmit" size="medium" hover-class="none" :custom-style="customBtnStyle">提交</u-button>
|
|
|
</view>
|
|
|
<u-button v-if="pageData.type=='detail' && (detailData&&detailData.billStatus !== 'CANCEL' && detailData.billStatus !== 'FINISH' && detailData.billStatus != 'WAIT_OUT_WAREHOUSE')" class="edit-btn" shape="circle" @click="goPage" size="medium" hover-class="none" :custom-style="customBtnStyle">编辑</u-button>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- 基础信息 -->
|
|
|
<orderInfoModal :openModal="infoModal" :infoData="detailData" @close="infoModal=false" />
|
|
|
<!-- 折扣 -->
|
|
@@ -379,9 +379,9 @@
|
|
|
}else{
|
|
|
_this.scrollH = winH - 468 - totalH
|
|
|
}
|
|
|
- if(_this.detailData&&_this.detailData.billStatus=='FINISH'){
|
|
|
+ // if(_this.detailData&&_this.detailData.billStatus=='FINISH'){
|
|
|
_this.scrollH = _this.scrollH + 100
|
|
|
- }
|
|
|
+ // }
|
|
|
}
|
|
|
})
|
|
|
}
|