姜永辉 преди 1 година
родител
ревизия
59ca2e399c

+ 4 - 4
components/dkbusiness/dk-label-multiple-select/dk-label-multiple-select.js

@@ -143,8 +143,8 @@ Component({
           infotype: 'default'
         },
         {
-          name: '销退库',
-          id: '出库类型-销退库',
+          name: '销退库',
+          id: '出库类型-销退库',
           infotype: 'default'
         },
         
@@ -251,8 +251,8 @@ Component({
         },
         
         {
-          name: '采退库',
-          id: '入库类型-采退库',
+          name: '采退库',
+          id: '入库类型-采退库',
           infotype: 'default'
         },
         {

+ 3 - 3
i18n/zh-CN.js

@@ -111,16 +111,16 @@ const ivt = {
   otherOutWh: '其他出库',
   purInBound: '采购入库',
   saleOutBound: '销售出库',
-  saleReturnInBound: '采退库',
+  saleReturnInBound: '采退库',
   purReturnOutBound: '采购退货',
   inBoundInfo: '入库信息',
   outBoundInfo: '出库信息',
   outObject: '出库对象',
   inObject: '入库对象',
   purIntoType: '入库类型-采购入库',
-  saleReturnIntoType: '入库类型-采退库',
+  saleReturnIntoType: '入库类型-采退库',
   otherIntoType: '入库类型-其他入库',
-  purReturnOutType: '出库类型-销退库',
+  purReturnOutType: '出库类型-销退库',
   saleOutType: '出库类型-销售出库',
   otherOutType: '出库类型-其他出库',
   outBoundedOutStatus: '出库状态-已出库',

+ 1 - 1
package-inventory/pages/outbound-processing/outbound-processing.js

@@ -110,7 +110,7 @@ Page({
         name: 'outDate',
         title: mixins.$t('outDate')
       }],
-      '采退库': [{
+      '采退库': [{
         name: 'outNo',
         title: mixins.$t('outOrderNo')
       }, {

+ 1 - 1
package-inventory/pages/warehousing-processing/warehousing-processing.js

@@ -99,7 +99,7 @@ Page({
         name: 'intoDate',
         title: mixins.$t('intoDate')
       }],
-      '销退库': [{
+      '销退库': [{
         name: 'intoNo',
         title: mixins.$t('orderNo')
       }, {

+ 1 - 1
package-purchase/pages/purchase-return/purchase-return.js

@@ -95,7 +95,7 @@ Page({
    */
   setSearchParams(params) {
     let tabsActive = this.data.tabsActive
-    params.intoType = '入库类型-采退库'
+    params.intoType = '入库类型-采退库'
     if (tabsActive == 0) { //出库状态
       params.intoStatus = ''
     } else if (tabsActive == 1) {

+ 2 - 2
utils/Constants.js

@@ -184,7 +184,7 @@ module.exports = {
   // 入库类型
   intoType: {
     pur: '入库类型-采购入库',
-    saleReturn: '入库类型-采退库',
+    saleReturn: '入库类型-采退库',
     other: '入库类型-其他入库',
   },
 
@@ -204,7 +204,7 @@ module.exports = {
 
   // 出库类型
   outType: {
-    purReturn: '出库类型-销退库',
+    purReturn: '出库类型-销退库',
     sale: '出库类型-销售出库',
     other: '出库类型-其他出库',
     intoReturn: '出库类型-销退回库',