Commit 3eb55e28 authored by 沈翠玲's avatar 沈翠玲

IQC修改

parent 096c57f4
......@@ -48,14 +48,14 @@
v-if="(curQcType === 'FIRST' && scope.row.ipqcType === 'FIRST' && (scope.row.status === 'PREPARE' || scope.row.status === 'PENDING')) || (curQcType === 'IQC' && (scope.row.status === 'PREPARE'))"
@click="qcLineClick(scope.row, true, 'firstEdit')"
>
查看编辑
编辑
</button>
<button
class="uni-button"
style="margin-left: 10rpx"
size="mini"
type="primary"
v-if="(curQcType === 'FIRST' && scope.row.ipqcType === 'FIRST' && scope.row.status === 'CONFIRMED') || curQcType === 'PATROL' || curQcType === 'IQC'"
v-if="(curQcType === 'FIRST' && scope.row.ipqcType === 'FIRST' && scope.row.status === 'CONFIRMED') || curQcType === 'PATROL' || (curQcType === 'IQC' && (scope.row.status === 'CONFIRMED'))"
@click="qcLineClick(scope.row, false, 'firstView')"
>
查看
......
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