dedsudiyu 1 week ago
parent
commit
f0bece5d55

+ 1 - 1
pages/views/login/gasCylinderSupplierLogin.vue

@@ -65,7 +65,7 @@
 				checkedType: false,
 				checkedType: false,
 				loginBanner: uni.getStorageSync('loginBanner'),
 				loginBanner: uni.getStorageSync('loginBanner'),
 				infoList: [], //模板消息Id
 				infoList: [], //模板消息Id
-				tabText: ['师生登录'],
+				tabText: ['供应商登录'],
 				curTab: 0,
 				curTab: 0,
 				pageType: 0,
 				pageType: 0,
 				supplierType: false,
 				supplierType: false,

+ 13 - 9
pages_supplierCylinderManagement/views/gasCylinderManagement/outbound.vue

@@ -291,15 +291,19 @@
 						duration: 2000
 						duration: 2000
 					});
 					});
 					return
 					return
-				} else if (!this.newData.newData17) {
-					uni.showToast({
-						title: '请选择出库类型',
-						icon: "error",
-						mask: true,
-						duration: 2000
-					});
-					return
-				} else if (!this.newData.newData133) {
+				}
+				if(this.newData.newData0){
+					if (!this.newData.newData17) {
+						uni.showToast({
+							title: '请选择出库类型',
+							icon: "error",
+							mask: true,
+							duration: 2000
+						});
+						return
+					}
+				}
+				if (!this.newData.newData133) {
 					uni.showToast({
 					uni.showToast({
 						title: '请选择签出人',
 						title: '请选择签出人',
 						icon: "error",
 						icon: "error",