lilei 1 éve
szülő
commit
d3337bab24

+ 1 - 1
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "iSCM货",
+    "name" : "iSCM货",
     "appid" : "__UNI__7CDCA8F",
     "description" : "",
     "versionName" : "1.0.5",

+ 1 - 1
pages/login/index.vue

@@ -2,7 +2,7 @@
 	<view class="u-login">
 		<view class="u-logo">
 			 <image class="logo" src="/static/logo.png"></image>
-			 <view>iSCM 货系统</view>
+			 <view>iSCM 货系统</view>
 		</view>
 		<view class="u-forms">
 			<form @submit="AndroidCheckUpdate">

+ 1 - 1
pages/purchasing/index.vue

@@ -97,7 +97,7 @@
 			hideKeyborder(){
 				uni.hideKeyboard()
 			},
-			//
+			//
 			queryProduct(){
 				if(this.code==''){return}
 				this.loading = true

+ 3 - 3
pages/stockOut/chainTransferOut/index.vue

@@ -26,7 +26,7 @@
 					<uni-td align="center">产品编码</uni-td>
 					<uni-td align="center">产品名称</uni-td>
 					<uni-td align="center">调出数量</uni-td>
-					<uni-td align="center">扫码货</uni-td>
+					<uni-td align="center">扫码货</uni-td>
 				</uni-tr>
 				<!-- 表格数据行 -->
 				<uni-tr v-for="item in detailList" :key="item.id" :checkedRow="curProduct&&curProduct.qrCode == item.qrCode">
@@ -34,7 +34,7 @@
 					<uni-td width="30%" align="center">{{item.dealerProductEntity.name}}</uni-td>
 					<uni-td width="20%" align="center">{{item.outQty}}</uni-td>
 					<uni-td width="20%" align="center">
-						<text :style="{color:item.pickFlag==1?'green':'red'}">{{item.pickFlag==1?'已检货':'未检货'}}</text>
+						<text :style="{color:item.pickFlag==1?'green':'red'}">{{item.pickFlag==1?'已拣货':'未拣货'}}</text>
 					</uni-td>
 				</uni-tr>
 			</uni-table>
@@ -86,7 +86,7 @@
 			hideKeyborder(){
 				uni.hideKeyboard()
 			},
-			//
+			//
 			queryProduct(){
 				if(this.code==''){return}
 				this.loading = true

+ 1 - 1
pages/stockOut/chainTransferOut/list.vue

@@ -14,7 +14,7 @@
 			<view class="u-time">创建时间:{{item.createDate}}</view>
 		</view>
 		<view slot="value">
-			<text v-if="item.state=='WAIT_OUT_WAREHOUSE'" class="u-text" :style="{color:'#00aaff'}">出库货</text>
+			<text v-if="item.state=='WAIT_OUT_WAREHOUSE'" class="u-text" :style="{color:'#00aaff'}">出库货</text>
 			<text v-else class="u-text" :style="{color: '#999'}">{{item.stateDictValue}}</text>
 		</view>
 		</u-cell>

+ 7 - 7
pages/stockOut/salesOut/index.vue

@@ -19,11 +19,11 @@
 			</view>
 			<view style="justify-content: flex-start;flex-wrap: wrap;">
 				<view>总款数:123</view>
-				<view>已款数: 50</view>
+				<view>已款数: 50</view>
 			</view>
 			<view style="justify-content: flex-start;flex-wrap: wrap;">
 				<view>总数量: 150</view>
-				<view>已数量: 70</view>
+				<view>已数量: 70</view>
 			</view>
 		</view>
 		<view class="p-body">
@@ -32,8 +32,8 @@
 				<uni-tr>
 					<uni-td align="center">产品编码</uni-td>
 					<uni-td align="center">产品分类</uni-td>
-					<uni-td align="center">已/总数</uni-td>
-					<uni-td align="center">货</uni-td>
+					<uni-td align="center">已/总数</uni-td>
+					<uni-td align="center">货</uni-td>
 				</uni-tr>
 				<!-- 表格数据行 -->
 				<uni-tr v-for="item in detailList" :key="item.id" :checkedRow="curProduct&&curProduct.qrCode == item.qrCode">
@@ -41,7 +41,7 @@
 					<uni-td width="30%" align="center">{{item.dealerProductEntity.productTypeName2}}</uni-td>
 					<uni-td width="25%" align="center"><text style="color: red;">{{item.qty}}</text>/{{item.qty}}</uni-td>
 					<uni-td width="15%" align="center">
-						<!-- <text :style="{color:item.pickFlag==1?'green':'red'}">{{item.pickFlag==1?'已检货':'未检货'}}</text> -->
+						<!-- <text :style="{color:item.pickFlag==1?'green':'red'}">{{item.pickFlag==1?'已拣货':'未拣货'}}</text> -->
 						<view style="display: flex;justify-content: center;">
 							<u-icon v-if="item.pickFlag==0" name="close-circle-fill" color="red" size="22"></u-icon>
 							<u-icon v-if="item.pickFlag==1" name="checkmark-circle-fill" color="green" size="22"></u-icon>
@@ -97,7 +97,7 @@
 			hideKeyborder(){
 				uni.hideKeyboard()
 			},
-			//
+			//
 			queryProduct(){
 				if(this.code==''){return}
 				this.loading = true
@@ -138,7 +138,7 @@
 				const _this = this
 				uni.showModal({
 					title: '提示',
-					content: '确定未货出库?',
+					content: '确定未货出库?',
 					success: function (res) {
 						if (res.confirm) {
 						}

+ 1 - 1
pages/stockOut/salesOut/list.vue

@@ -13,7 +13,7 @@
 			<view class="u-time">创建时间:{{item.createDate}}</view>
 		</view>
 		<view slot="value">
-			<text v-if="item.billStatus=='WAIT_OUT_WAREHOUSE'" class="u-text" :style="{color:'#00aaff'}">出库货</text>
+			<text v-if="item.billStatus=='WAIT_OUT_WAREHOUSE'" class="u-text" :style="{color:'#00aaff'}">出库货</text>
 			<text v-else class="u-text" :style="{color: '#999'}">{{item.billStatusDictValue}}</text>
 		</view>
 		</u-cell>

+ 3 - 3
pages/stockOut/storeTransferOut/index.vue

@@ -26,7 +26,7 @@
 					<uni-td align="center">产品编码</uni-td>
 					<uni-td align="center">产品名称</uni-td>
 					<uni-td align="center">调出数量</uni-td>
-					<uni-td align="center">扫码货</uni-td>
+					<uni-td align="center">扫码货</uni-td>
 				</uni-tr>
 				<!-- 表格数据行 -->
 				<uni-tr v-for="item in detailList" :key="item.id" :checkedRow="curProduct&&curProduct.qrCode == item.qrCode">
@@ -34,7 +34,7 @@
 					<uni-td width="30%" align="center">{{item.productName}}</uni-td>
 					<uni-td width="20%" align="center">{{item.outQty}}</uni-td>
 					<uni-td width="20%" align="center">
-						<text :style="{color:item.pickFlag==1?'green':'red'}">{{item.pickFlag==1?'已检货':'未检货'}}</text>
+						<text :style="{color:item.pickFlag==1?'green':'red'}">{{item.pickFlag==1?'已拣货':'未拣货'}}</text>
 					</uni-td>
 				</uni-tr>
 			</uni-table>
@@ -86,7 +86,7 @@
 			hideKeyborder(){
 				uni.hideKeyboard()
 			},
-			//
+			//
 			queryProduct(){
 				if(this.code==''){return}
 				this.loading = true

+ 1 - 1
pages/stockOut/storeTransferOut/list.vue

@@ -14,7 +14,7 @@
 			<view class="u-time">创建时间:{{item.createDate}}</view>
 		</view>
 		<view slot="value">
-			<text v-if="item.state=='WAIT_OUT_WAREHOUSE'" class="u-text" :style="{color:'#00aaff'}">出库货</text>
+			<text v-if="item.state=='WAIT_OUT_WAREHOUSE'" class="u-text" :style="{color:'#00aaff'}">出库货</text>
 			<text v-else class="u-text" :style="{color: '#999'}">{{item.stateDictValue}}</text>
 		</view>
 		</u-cell>

BIN
static/logo.png


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 1
unpackage/dist/build/app-plus/app-config-service.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
unpackage/dist/build/app-plus/app-service.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
unpackage/dist/build/app-plus/app-view.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
unpackage/dist/build/app-plus/manifest.json


BIN
unpackage/dist/build/app-plus/static/def_img@2x.png


BIN
unpackage/dist/build/app-plus/static/def_no_data@3x.png


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
unpackage/dist/build/app-plus/static/iconfont/iconfont.css


Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott