loulijun2021
2023-06-13 c93c13d1cfe288d431109ae1eafd7a9fc6d58746
src/views/purchasesManager/arrivalNoticeList.vue
@@ -275,10 +275,10 @@
          <el-table-column
            label="入库数量"
            show-tooltip-when-overflow
            prop="hqty1"
            prop="hinqty"
          >
            <template slot-scope="{row}">
              <div v-if="row.hqty1">{{ row.hqty1 }}</div>
              <div v-if="row.hinqty">{{ row.hinqty }}</div>
              <div v-else>/</div>
            </template>
          </el-table-column>