gongchunyi
14 小时以前 bcb3a93be2c9ed2635761517d4b3f4683c6c382d
src/views/collaborativeApproval/approvalProcess/components/viewDetailDia.vue
@@ -118,6 +118,8 @@
                                   label="规格型号" />
                  <el-table-column prop="unit"
                                   label="单位" />
                  <el-table-column prop="packagingSpec"
                                   label="件数" />
                  <el-table-column prop="quantity"
                                   label="数量" />
                  <el-table-column prop="taxInclusiveUnitPrice"
@@ -179,6 +181,9 @@
                                   show-overflow-tooltip />
                  <el-table-column prop="specificationModel"
                                   label="规格型号"
                                   show-overflow-tooltip />
                  <el-table-column prop="packagingSpec"
                                   label="件数"
                                   show-overflow-tooltip />
                  <el-table-column prop="deliveryQuantity"
                                   label="发货数量"
@@ -516,6 +521,8 @@
      productName: item.productName ?? row.productName ?? "--",
      specificationModel:
        item.specificationModel ?? item.model ?? row.specificationModel ?? "--",
      packagingSpec:
        item.packagingSpec ?? row.packagingSpec ?? "--",
      deliveryQuantity:
        item.deliveryQuantity ??
        item.quantity ??