| | |
| | | <el-table-column label="二维码识别号" prop="code" align="center" /> |
| | | <el-table-column label="类型" prop="productBasic.productSn" align="center" > |
| | | <template #default="scope"> |
| | | <span>{{scope.row.state === 0 ? '入库' :scope.row.state === 3 ? '标签作废' :scope.row.state === 4 ? '销售' : ''}}</span> |
| | | <span>{{scope.row.state === 0 ? '入库' :scope.row.state === 1 ? '取用' :scope.row.state === 2 ? '归还' : scope.row.state === 3? '标签作废':scope.row.state === 4 ? '用尽登记':scope.row.state === 5? '销售': ''}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="数量" prop="num" align="center" width="120" > |
| | |
| | | |
| | | <el-dialog |
| | | v-model="dialogVisible" |
| | | width="600px" |
| | | width="650px" |
| | | :before-close="handleClose" |
| | | :close-on-press-escape="false" |
| | | :close-on-click-modal="false" |