|  |  |  | 
|---|
|  |  |  | <span>{{ item.materialName }} | {{ item.materialCode }}</span> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="rework_qd_item_cate"> | 
|---|
|  |  |  | <span class="green" v-if="item.qualityType === '0'">合格 | </span> | 
|---|
|  |  |  | <span class="yellow" v-if="item.qualityType === '1'">不良 | </span> | 
|---|
|  |  |  | <span class="red" v-if="item.qualityType === '2'">报废 | </span> | 
|---|
|  |  |  | <span>{{ item.procedureName }} | </span> | 
|---|
|  |  |  | <span>{{ item.batch }}</span> | 
|---|
|  |  |  | <span class="green" v-if="item.qualityType === '0'">合格</span> | 
|---|
|  |  |  | <span class="yellow" v-if="item.qualityType === '1'">不良</span> | 
|---|
|  |  |  | <span class="red" v-if="item.qualityType === '2'">报废</span> | 
|---|
|  |  |  | <span> | {{ item.procedureName || '-' }} | </span> | 
|---|
|  |  |  | <span>{{ item.batch || '-' }}</span> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="rework_qd_item_hw"> | 
|---|
|  |  |  | <span>出库货位:{{ item.locationName }}</span> | 
|---|
|  |  |  | 
|---|
|  |  |  | import { useRouter } from 'vue-router' | 
|---|
|  |  |  | import { Toast } from 'vant' | 
|---|
|  |  |  | import { createForStandard } from '@/apis/WorkOrderAPI' | 
|---|
|  |  |  | import Warehouse from '@/components/common/Warehouse.vue' | 
|---|
|  |  |  | import Materials from '@/components/common/Materials.vue' | 
|---|
|  |  |  | import Warehouse from '@/components/newCom/Warehouse.vue' | 
|---|
|  |  |  | import Materials from '@/components/newCom/MaterialsB.vue' | 
|---|
|  |  |  | const Material = ref(null) | 
|---|
|  |  |  | const router = useRouter() | 
|---|
|  |  |  | // 表单数据 | 
|---|
|  |  |  | 
|---|
|  |  |  | const getValue = (item: any): void => { | 
|---|
|  |  |  | form.warehouseName = item.name | 
|---|
|  |  |  | form.warehouseId = item.id | 
|---|
|  |  |  | list.value = [] | 
|---|
|  |  |  | warehouseShow.value = false | 
|---|
|  |  |  | } | 
|---|
|  |  |  | const getValue1 = (item: any): void => { | 
|---|
|  |  |  | 
|---|
|  |  |  | color: #666666; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | input { | 
|---|
|  |  |  | width: 140px; | 
|---|
|  |  |  | width: 180px; | 
|---|
|  |  |  | height: 60px; | 
|---|
|  |  |  | font-size: 28px; | 
|---|
|  |  |  | font-family: PingFangSC-Regular, PingFang SC; | 
|---|