|
@@ -57,7 +57,7 @@
|
|
|
</u-form>
|
|
|
</view>
|
|
|
<view class="form-footer-btn">
|
|
|
- <u-button class="handle-btn" size="medium" shape="circle" hover-class="none" @click="handleSaveCust" :custom-style="customBtnStyle">保存</u-button>
|
|
|
+ <u-button class="handle-btn" size="medium" shape="circle" hover-class="none" @click="handleSaveCust" :custom-style="customBtnStyle">新增销售单</u-button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 省市区 -->
|
|
@@ -142,15 +142,15 @@
|
|
|
onLoad(option) {
|
|
|
console.log(option.nowId,'option')
|
|
|
if(option.nowId){
|
|
|
- if(option.pageType=='edit'){
|
|
|
- uni.setNavigationBarTitle({
|
|
|
- title:'编辑销售单'
|
|
|
- })
|
|
|
- }else{
|
|
|
- uni.setNavigationBarTitle({
|
|
|
- title:'新增销售单'
|
|
|
- })
|
|
|
- }
|
|
|
+ // if(option.pageType=='edit'){
|
|
|
+ // uni.setNavigationBarTitle({
|
|
|
+ // title:'编辑销售单'
|
|
|
+ // })
|
|
|
+ // }else{
|
|
|
+ // uni.setNavigationBarTitle({
|
|
|
+ // title:'新增销售单'
|
|
|
+ // })
|
|
|
+ // }
|
|
|
this.itemId=option.nowId
|
|
|
this.getCustomerData(this.itemId)
|
|
|
this.getUserAllList()
|