diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue
index bbac9e0..88b9ba0 100644
--- a/src/pages/login/login/index.vue
+++ b/src/pages/login/login/index.vue
@@ -142,7 +142,7 @@ export default class LoginPage extends BasePage {
// console.log('Version////', this.Version);
}
///********版本号修改区域**********
- version = '0.0.178'; //正式版本号
+ version = '0.0.179'; //正式版本号
//version = '0.0.14'; //测试版本号
//***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本****************
//isTest = true;
diff --git a/src/pages/wms/Raw/ProductionREQ/index.vue b/src/pages/wms/Raw/ProductionREQ/index.vue
index 19125c4..d39ec34 100644
--- a/src/pages/wms/Raw/ProductionREQ/index.vue
+++ b/src/pages/wms/Raw/ProductionREQ/index.vue
@@ -43,8 +43,18 @@
- 应出/已出:
- {{ item.planNumber }}/{{ item.outNumber }}
+ 应出:
+ {{ item.planNumber }}
+
+
+ 已出:
+ {{ item.outNumber }}
+
+
+
+
+ 未出:
+ {{ parseFloat(item.planNumber) - parseFloat(item.outNumber) }}
单位:
@@ -493,7 +503,7 @@ body {
background-color: #fff;
padding: 20rpx 20rpx 20rpx;
border-radius: 10rpx;
- height: 340rpx;
+ height: 350rpx;
overflow: scroll;
margin-bottom: 6rpx;
//box-shadow: 0 0 20rpx 0 rgba(128, 128, 128, 0.2);