|
|
@@ -402,73 +402,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
- <div class="mt20">
|
|
|
- <header-title :title="`物料明细`" size="16px"> </header-title>
|
|
|
- <el-table
|
|
|
- ref="multipleTable"
|
|
|
- :data="showMaterialList"
|
|
|
- tooltip-effect="dark"
|
|
|
- :max-height="300"
|
|
|
- :row-class-name="tableRowClassName"
|
|
|
- :header-cell-style="rowClass"
|
|
|
- border
|
|
|
- style="width: 100%"
|
|
|
- stripe
|
|
|
- height="300px"
|
|
|
- v-el-table-infinite-scroll="materielHandleScroll"
|
|
|
- >
|
|
|
- <el-table-column label="序号" type="index" width="50">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="编码"
|
|
|
- prop="categoryCode"
|
|
|
- :show-overflow-tooltip="true"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="名称"
|
|
|
- prop="categoryName"
|
|
|
- :show-overflow-tooltip="true"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column label="批次号" prop="batchNo"></el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="物料编码"
|
|
|
- prop="materialCode"
|
|
|
- :show-overflow-tooltip="true"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="发货条码"
|
|
|
- prop="barcodes"
|
|
|
- :show-overflow-tooltip="true"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="计量数量"
|
|
|
- prop="measureQuantity"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="计量单位"
|
|
|
- prop="measureUnit"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column label="物料代号" prop="materielDesignation">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="客户代号" prop="clientCode">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="刻码" prop="engrave"> </el-table-column>
|
|
|
- <el-table-column width="100" label="重量" prop="weight">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="重量单位" prop="weightUnit">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="质检结果" prop="result" width="120">
|
|
|
- <template slot-scope="{ row }">
|
|
|
- <span>{{ qualityResults[row.result] }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="质检状态" prop="status" width="120">
|
|
|
- <template slot-scope="{ row }">
|
|
|
- <span>{{ qualityStatus[row.status] }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- </div>
|
|
|
+
|
|
|
</div>
|
|
|
</el-card>
|
|
|
</div>
|