spring
2025-11-19 af4f45eaa2703ecf991bd10f07f6df179f2677d9
src/components/product_card/index.vue
@@ -8,6 +8,19 @@
        </wd-tag>
      </view>
    </template>
    <wd-row class="my-2" v-if="data[map.systemNo]">
      <wd-col :span="24">
        <view class="flex">
          <view class="icon_box">
            <wd-icon name="folder" color="#0D867F"></wd-icon>
          </view>
          <text class="text-[#646874] mx-2">
            质量追溯号:
            <text class="text-[#252525]">{{ data[map.systemNo] }}</text>
          </text>
        </view>
      </wd-col>
    </wd-row>
    <wd-row class="my-2">
      <wd-col :span="12">
        <view class="flex">
@@ -16,7 +29,7 @@
          </view>
          <text class="text-[#646874] mx-2">
            总需求数量:
            <text class="text-[#252525]">{{ data[map.totalAmount] }}m</text>
            <text class="text-[#252525]">{{ data[map.totalAmount] }}{{ data[map.unit] }}</text>
          </text>
        </view>
      </wd-col>
@@ -29,7 +42,7 @@
          </view>
          <text class="text-[#646874] mx-2">
            已生产数量:
            <text class="text-[#252525]">{{ data[map.amount] }}m</text>
            <text class="text-[#252525]">{{ data[map.amount] }}{{ data[map.unit] }}</text>
          </text>
        </view>
      </wd-col>
@@ -40,7 +53,7 @@
          </view>
          <text class="text-[#646874] mx-2">
            待排产数量:
            <text class="text-[#252525]">{{ data[map.unAmount] }}m</text>
            <text class="text-[#252525]">{{ data[map.unAmount] }}{{ data[map.unit] }}</text>
          </text>
        </view>
      </wd-col>