-
-
+
+
+ {{ row.dept_name || '全公司' }}
+
+
-
+
+
+ {{ row.check_admin_users || '审核结束' }}
+
+
-
+
详情
-
+
开具发票
-
+
发票作废
@@ -121,16 +128,23 @@ const handDetail = async (id: any) => {
detailRef.value?.setFormData(res)
}
-const form = reactive({
- "id": '',
- "code": "",
- "open_time": "",
- "delivery": ""
+const openInvoice = (row) => {
+ form.value = row
+ showDialog.value = true
+}
+
+let form = ref({
+ // "id": '',
+ // "code": "",
+ // "open_time": "",
+ // "delivery": ""
})
const submit = async () => {
- await apiInvliceInvoice({ ...form })
+
+ let { id, code, open_time, delivery } = form.value
+ await apiInvliceInvoice({ id, code, open_time, delivery })
showDialog.value = false
getLists()
diff --git a/src/views/oa_transfe/index.vue b/src/views/oa_transfe/index.vue
index b7fae8d..dc007cb 100644
--- a/src/views/oa_transfe/index.vue
+++ b/src/views/oa_transfe/index.vue
@@ -51,7 +51,8 @@
详情
-
+
设置打款
diff --git a/src/views/oa_work/components/reciveReport.vue b/src/views/oa_work/components/reciveReport.vue
index 6099053..d28d40c 100644
--- a/src/views/oa_work/components/reciveReport.vue
+++ b/src/views/oa_work/components/reciveReport.vue
@@ -28,7 +28,7 @@
-
+
查看