yusheng há 11 meses atrás
pai
commit
d0a323d881

+ 1 - 0
main.js

@@ -8,6 +8,7 @@ Vue.prototype.$isAuthorities = (authorities)=>{
 	try {
 		let authoritiesLiat=uni.getStorageSync('authorities') //按钮
 		let authoritiesCode=JSON.parse(authoritiesLiat).map(item=>item.permissionCode)
+		console.log(authoritiesCode,'authoritiesCode')
 		return authoritiesCode.includes(authorities)
 	} catch (error) {
 		//TODO handle the exception

+ 11 - 0
pages/saleManage/businessOpportunity/add.vue

@@ -308,4 +308,15 @@
 	/deep/.u-subsection__item__text {
 		font-size: 28rpx !important;
 	}
+	/deep/.uni-input-placeholder {
+		font-size: 28rpx !important;
+	}
+	/deep/.selected-item {
+		font-size: 28rpx !important;
+	}
+	/deep/.uni-input-input {
+		font-size: 28rpx !important;
+	}
+
+	
 </style>

+ 4 - 9
pages/saleManage/components/selectUser.vue

@@ -28,17 +28,12 @@
 									<view class="listBox-name">
 										{{ item.name }}
 									</view>
-									<view class="listBox-code">
-										{{ item.code }}
-									</view>
+							
 								</view>
 								<view class="listBox-bottom">
-									<view>牌号:{{ item.brandNum }}</view>
-									<view>型号:{{ item.modelType }}</view>
-									<view>规格:{{ item.specification }}</view>
-									<view>计量单位:{{ item.measuringUnit }}</view>
-									<view>包装单位:{{ item.packingUnit }}</view>
-									<view>重量单位:{{ item.weightUnit }}</view>
+									<view>工号:{{ item.jobNumber }}</view>
+									<view>账号:{{ item.loginName }}</view>
+					
 								</view>
 							</view>
 						</view>

+ 1 - 1
pages/saleManage/contact/add.vue

@@ -8,7 +8,7 @@
 			<u-cell title="客户分类" arrow-direction="down">
 				<u--input slot="value" placeholder="请选择" border="surround" v-model="form.categoryName"
 					@click.native="showPicker"></u--input>
-			</u-cell>1
+			</u-cell>
 			<u-cell title="客户名称" arrow-direction="down">
 				<u--input slot="value" placeholder="请输入" border="surround" v-model="form.name"></u--input>
 			</u-cell>

+ 3 - 3
pages/saleManage/contact/adminIndex.vue

@@ -71,7 +71,7 @@
 					type: '2',
 					pageUrl: '',
 					judge: [{
-						authorities: 'eom:contact:free',
+						// authorities: 'eom:contact:free',
 					},{
 						key: 'assignStatus',
 						value: [1]
@@ -83,7 +83,7 @@
 					type: '2',
 					pageUrl: '',
 					judge: [{
-						authorities: 'eom:contact:assign',
+						// authorities: 'eom:contact:assign',
 					},{
 						key: 'assignStatus',
 						value: [0]
@@ -95,7 +95,7 @@
 					type: '2',
 					pageUrl: '',
 					judge: [{
-						authorities: 'eom:contact:delete',
+						// authorities: 'eom:contact:delete',
 					},{
 						key: 'assignStatus',
 						value: [0]

+ 2 - 2
pages/warehouse/inventory/batch/components/outboundDelivery.vue

@@ -22,10 +22,10 @@
 									<text class="t1">包装数量</text>
 									<text class="t2">{{ item.packingQuantity }}{{ item.packingUnit }}</text>
 								</view>
-								<view class="row-item">
+						<!-- 		<view class="row-item">
 									<text class="t1">操作人</text>
 									<text class="t2"></text>
-								</view>
+								</view> -->
 								<view class="row-item">
 									<text class="t1">审核人</text>
 									<text class="t2">{{ item.verifyName }}</text>