@@ -65,7 +65,7 @@
checkedType: false,
loginBanner: uni.getStorageSync('loginBanner'),
infoList: [], //模板消息Id
- tabText: ['师生登录'],
+ tabText: ['供应商登录'],
curTab: 0,
pageType: 0,
supplierType: false,
@@ -291,15 +291,19 @@
duration: 2000
});
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({
title: '请选择签出人',
icon: "error",