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

IQC修改

parent 096c57f4
...@@ -48,14 +48,14 @@ ...@@ -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'))" 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')" @click="qcLineClick(scope.row, true, 'firstEdit')"
> >
查看编辑 编辑
</button> </button>
<button <button
class="uni-button" class="uni-button"
style="margin-left: 10rpx" style="margin-left: 10rpx"
size="mini" size="mini"
type="primary" 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')" @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