gongchunyi
4 天以前 54b3578ef92060024b45e041aacc283399d16bea
feat: 销售台账产品信息数据新增显示
已修改1个文件
31 ■■■■■ 文件已修改
src/views/salesManagement/salesLedger/index.vue 31 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/salesManagement/salesLedger/index.vue
@@ -68,13 +68,42 @@
          <template #default="props">
            <el-table :data="props.row.children" border show-summary :summary-method="summarizeChildrenTable">
              <el-table-column align="center" label="序号" type="index"/>
            <el-table-column label="楼层编号" prop="floorCode" min-width="100" show-overflow-tooltip />
              <el-table-column label="产品大类" prop="productCategory" />
              <el-table-column label="规格型号" prop="specificationModel" />
              <el-table-column label="厚度" prop="thickness" min-width="90">
                <template #default="scope">
                  {{ scope.row.thickness ?? "" }}
                </template>
              </el-table-column>
                        </el-table-column>
                            <el-table-column label="宽(mm)" prop="width" min-width="80">
                                <template #default="scope">
                                    {{ scope.row.width ?? "" }}
                                </template>
                            </el-table-column>
                            <el-table-column label="高(mm)" prop="height" min-width="80">
                                <template #default="scope">
                                    {{ scope.row.height ?? "" }}
                                </template>
                            </el-table-column>
                            <el-table-column label="周长(cm)" prop="perimeter" min-width="90">
                                <template #default="scope">
                                    {{ scope.row.perimeter ?? "" }}
                                </template>
                            </el-table-column>
                            <el-table-column label="总面积(cm²)" prop="actualTotalArea" min-width="100">
                                <template #default="scope">
                                    {{ scope.row.actualTotalArea ?? "" }}
                                </template>
                            </el-table-column>
                            <el-table-column label="加工要求" prop="processRequirement" min-width="120"
                                show-overflow-tooltip />
                            <el-table-column label="备注" prop="remark" min-width="120" show-overflow-tooltip />
                            <el-table-column label="重箱" prop="heavyBox" min-width="80">
                                <template #default="scope">
                                    {{ scope.row.heavyBox ?? "" }}
                                </template>
                            </el-table-column>
                            <el-table-column label="产品状态"
                                                             width="100px"
                                                             align="center">