更新
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<el-button type="text" size="mini" icon="el-icon-edit" @click="handleEdit(scope.row)"/>
|
||||
</div>
|
||||
<div style="display: inline-block">
|
||||
<el-button :disabled="scope.row.单据状态==='成交'" type="text" size="mini" icon="el-icon-delete" style="margin-left:10px" @click="handleDelete(scope.row)"/>
|
||||
<el-button :disabled="scope.row.单据状态==='成交' || scope.row.单据状态 === '到货'" type="text" size="mini" icon="el-icon-delete" style="margin-left:10px" @click="handleDelete(scope.row)"/>
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -375,7 +375,7 @@ export default {
|
||||
},
|
||||
// 点击表2 查询表3
|
||||
searchProcess(row) {
|
||||
row.单据状态 === '成交' ? this.jinyong = true : this.jinyong = false
|
||||
row.单据状态 === '成交' || row.单据状态 === '到货' ? this.jinyong = true : this.jinyong = false
|
||||
this.loading = true
|
||||
this.List3 = []
|
||||
this.Number = row.外协加工任务单流水号
|
||||
|
||||
Reference in New Issue
Block a user