loulijun2021
2023-05-18 a9b7dfa18432bdaca6ac66cedbbeef9b02c2d077
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>