周宾
2025-12-10 40d0394df1e68081b004b7e720c815c9927357b0
src/views/inventoryManagement/receiptManagement/components/formDia.vue
@@ -47,25 +47,25 @@
            <el-input-number :step="0.01" :min="0" style="width: 100%" v-model="scope.row.quantityStock" />
          </template>
        </el-table-column>
        <el-table-column label="税率(%)" prop="taxRate" width="120" />
        <el-table-column
          label="含税单价(元)"
          prop="taxInclusiveUnitPrice"
          :formatter="formattedNumber"
          width="150"
        />
        <el-table-column
          label="含税总价(元)"
          prop="taxInclusiveTotalPrice"
          :formatter="formattedNumber"
          width="150"
        />
        <el-table-column
          label="不含税总价(元)"
          prop="taxExclusiveTotalPrice"
          :formatter="formattedNumber"
          width="150"
        />
<!--        <el-table-column label="税率(%)" prop="taxRate" width="120" />-->
<!--        <el-table-column-->
<!--          label="含税单价(元)"-->
<!--          prop="taxInclusiveUnitPrice"-->
<!--          :formatter="formattedNumber"-->
<!--          width="150"-->
<!--        />-->
<!--        <el-table-column-->
<!--          label="含税总价(元)"-->
<!--          prop="taxInclusiveTotalPrice"-->
<!--          :formatter="formattedNumber"-->
<!--          width="150"-->
<!--        />-->
<!--        <el-table-column-->
<!--          label="不含税总价(元)"-->
<!--          prop="taxExclusiveTotalPrice"-->
<!--          :formatter="formattedNumber"-->
<!--          width="150"-->
<!--        />-->
      </el-table>
    </el-form>
    <template #footer>