浏览代码

统一扫码图片使用

hh 2 周之前
父节点
当前提交
c884be7f08

+ 1 - 1
entry/src/main/ets/pages/EmptyBoxStorage.ets

@@ -226,7 +226,7 @@ struct emptyBoxStorage {
               .justifyContent(FlexAlign.Start)
               Button({type:ButtonType.Normal}) {
                 Row() {
-                  Image($r('app.media.material_qr_code'))
+                  Image($r('app.media.general_qr_code'))
                     .width('15%')
                     .height('45%')
                     .margin({ right: 8 })

+ 1 - 1
entry/src/main/ets/pages/LittleMaterialOutBound.ets

@@ -535,7 +535,7 @@ struct LittleMaterialsOutBound {
                   Row() {
                     Row().width('3.4%')
                     // 左侧二维码图标
-                    Image($r('app.media.material_qr_code'))
+                    Image($r('app.media.general_qr_code'))
                       .width($r('app.float.virtualSize_24'))
                       .height($r('app.float.virtualSize_24'))
                       .fillColor($r('app.color.FFFFFF'))

+ 2 - 2
entry/src/main/ets/pages/LittleMaterialsStorage.ets

@@ -238,7 +238,7 @@ struct LittleMaterialsStorage{
                   }.height('10%')
                   Row() {
                     // 左侧二维码图标
-                    Image($r('app.media.material_qr_code')) // 请替换为您的二维码图片资源
+                    Image($r('app.media.general_qr_code')) // 请替换为您的二维码图片资源
                       .width($r('app.float.virtualSize_32'))
                       .height($r('app.float.virtualSize_32'))
                       .fillColor($r('app.color.FFFFFF'))
@@ -473,7 +473,7 @@ struct LittleMaterialsStorage{
                   }.height('100%').width('65%').alignItems(HorizontalAlign.Start).justifyContent(FlexAlign.Center)
                   Row() {
                     // 左侧二维码图标
-                    Image($r('app.media.material_qr_code')) // 请替换为您的二维码图片资源
+                    Image($r('app.media.general_qr_code')) // 请替换为您的二维码图片资源
                       .width($r('app.float.virtualSize_32'))
                       .height($r('app.float.virtualSize_32'))
                       .fillColor($r('app.color.FFFFFF'))

+ 1 - 1
entry/src/main/ets/view/wms/OperationMaterialKitTwoStep.ets

@@ -392,7 +392,7 @@ export struct OperationMaterialKitTwoStep {
           Row() {
             Row().width('3.4%')
             // 左侧二维码图标
-            Image($r('app.media.material_qr_code')) // 请替换为您的二维码图片资源
+            Image($r('app.media.general_qr_code')) // 请替换为您的二维码图片资源
               .width($r('app.float.virtualSize_24'))
               .height($r('app.float.virtualSize_24'))
               .fillColor($r('app.color.FFFFFF'))

+ 1 - 1
entry/src/main/ets/view/wms/OrderMaterialStorageSecondStep.ets

@@ -156,7 +156,7 @@ export struct OrderMaterialStorageSecondStep {
               .margin({top:'4%'})
             Row() {
               // 左侧二维码图标
-              Image($r('app.media.material_qr_code'))
+              Image($r('app.media.general_qr_code'))
                 .width($r('app.float.virtualSize_32'))
                 .height($r('app.float.virtualSize_32'))
                 .fillColor($r('app.color.FFFFFF'))

+ 1 - 1
entry/src/main/ets/view/wms/OrderMaterialStorageThirdStep.ets

@@ -101,7 +101,7 @@ export struct OrderMaterialStorageThirdStep {
             }.height('100%').width('65%').alignItems(HorizontalAlign.Start).justifyContent(FlexAlign.Center)
             Row() {
               // 左侧二维码图标
-              Image($r('app.media.material_qr_code'))
+              Image($r('app.media.general_qr_code'))
                 .width($r('app.float.virtualSize_32'))
                 .height($r('app.float.virtualSize_32'))
                 .fillColor($r('app.color.FFFFFF'))

entry/src/main/resources/base/media/qr_code.svg → entry/src/main/resources/base/media/general_qr_code.svg


文件差异内容过多而无法显示
+ 0 - 3
entry/src/main/resources/base/media/material_qr_code.svg