| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row v-if="isInventoryApproval"> |
| | | |
| | | <el-col :span="24"> |
| | | <el-col :span="12"> |
| | | <el-form-item label="料号:"> |
| | | <el-tag type="info"> |
| | | {{ currentStockIn.materialCode || '-' }} |
| | | </el-tag> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="生产订单号:"> |
| | | <el-tag type="info"> |
| | | {{ currentStockIn.npsNo || '-' }} |
| | |
| | | <el-table :data="currentPurchase.productData || []" border style="width: 100%"> |
| | | <el-table-column prop="productCategory" label="产品名称" /> |
| | | <el-table-column prop="specificationModel" label="规格型号" /> |
| | | <el-table-column prop="materialCode" label="料号" /> |
| | | <el-table-column prop="unit" label="单位" /> |
| | | <el-table-column prop="quantity" label="数量" /> |
| | | <el-table-column prop="taxInclusiveUnitPrice" label="含税单价"> |