Commit 56c4e473 authored by 周远喜's avatar 周远喜

ok

parent caf8ca7b
<template>
<div class="data-filling">
<div class="data-title">
<div class="data-title flex">
<div class="fg">
<span class="ml20">产品号</span>
<ProductNumberSelect
v-model="product_ID"
:eid="row.orderId"
ref="codes"
@on-change="change"
:multiple="false"
class="select-produt-name"
/>
</div>
<!-- <template v-if="datasearch.isMain!=1">
<span class="ml20">汇报板次</span>
<Select @on-change="boardonchange" v-model="board_ID" class="w200">
......@@ -20,6 +24,7 @@
>{{ item.boardNumber }}</Option>
</Select>
</template>-->
<div class="tr">
<Button type="primary" @click="QcCardChecker(1)" class="title_btn ml10">自检</Button>
<Button type="primary" :disabled="ishavhj" @click="QcCardChecker(2)" class="title_btn ml10">互检</Button>
<Button type="primary" :disabled="ishavzj" @click="SendCheck()" class="title_btn ml10">送检</Button>
......@@ -30,6 +35,8 @@
class="title_btn ml10"
>送检记录</Button>
</div>
</div>
<div class="table-i">
<Table border :columns="columns12" :data="recorddata">
<!-- 自检 -->
......@@ -413,7 +420,7 @@ export default {
});
},
change(v) {
this.datasearch.productcode = v.join(",");
this.datasearch.productcode = v;
this.loaddata();
},
showrecordData(params, fill_in_user_type, isedit) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment