diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index a6cb9c5..b28251a 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.118'; //正式版本号 + version = '0.0.119'; //正式版本号 //version = '0.0.14'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true; diff --git a/src/pages/wms/product/SaleOutWH/index.vue b/src/pages/wms/product/SaleOutWH/index.vue index 08fe7c5..96cc626 100644 --- a/src/pages/wms/product/SaleOutWH/index.vue +++ b/src/pages/wms/product/SaleOutWH/index.vue @@ -119,7 +119,7 @@ 状态: - {{ userDefined1 === '0' ? '未出库' : userDefined1 === '1' ? '正在出库' : '出库完成' }} + {{ item.userDefined1 === '0' ? '未出库' : item.userDefined1 === '1' ? '正在出库' : '出库完成' }}