zhangdan 3 rokov pred
rodič
commit
2e3160f9fd
1 zmenil súbory, kde vykonal 10 pridanie a 10 odobranie
  1. 10 10
      pages/sales/addSales.vue

+ 10 - 10
pages/sales/addSales.vue

@@ -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()