Commit bcfc9107 authored by zhengke's avatar zhengke

1

parent 211b1a33
......@@ -76,6 +76,8 @@
<q-btn v-if="tabCheck=='1' && props.row.AuditStatus==2" flat size="xs" icon="edit" color="accent"
style="font-weight:400" label="生成单据" @click="createBillForm(props.row)" />
</template>
<q-btn flat size="xs" icon="delete" color="negative" style="font-weight:400" label="作废"
@click="invalidBillForm(props.row)" />
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="查看"
@click="showBillForm(props.row,1)" />
</template>
......@@ -242,6 +244,7 @@
}
this.showType = type;
this.billObj = item;
console.log(item,'item');
},
//重新查询
resetSearch() {
......@@ -288,6 +291,10 @@
this.OrderTypeList = res.Data;
}
}).catch(() => {})
},
//作废
invalidBillForm(){
}
},
watch: {
......
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