|
@@ -47,7 +47,7 @@ function handleSaveStatus() {
|
|
default:
|
|
default:
|
|
if (formData.open_type === "1") {
|
|
if (formData.open_type === "1") {
|
|
//金税开票 -> 财务审核
|
|
//金税开票 -> 财务审核
|
|
- params = { status: "2", remark };
|
|
|
|
|
|
+ params = { status: "1", open_type: "1", remark };
|
|
} else {
|
|
} else {
|
|
//线下开票
|
|
//线下开票
|
|
params = {
|
|
params = {
|