|
|
@@ -135,7 +135,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
String fkzhxx = null;
|
|
|
String fkzh = null;
|
|
|
String yhqc = null;
|
|
|
-// String sfct = null;
|
|
|
+ String skzh = null;
|
|
|
BigDecimal mainJe = null;
|
|
|
|
|
|
// 遍历收集主表字段值
|
|
|
@@ -155,6 +155,9 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if ("RecipientAccountField_1FGFBO5HL1PC0".equals(id)) {
|
|
|
+ skzh = value != null ? String.valueOf(value) : "";
|
|
|
+ }
|
|
|
if ("DDSelectField_1TP75OVCPAAO0".equals(id)) {
|
|
|
bxlb = value != null ? String.valueOf(value) : "";
|
|
|
}
|
|
|
@@ -265,6 +268,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
// 保存基础报销记录(无发票)
|
|
|
InvoiceLibrary baseInvoice = new InvoiceLibrary();
|
|
|
baseInvoice.setOaId(processInstanceId);
|
|
|
+ baseInvoice.setSkzh(skzh);
|
|
|
baseInvoice.setBusinessId(businessId);
|
|
|
baseInvoice.setOaStatus("0");
|
|
|
baseInvoice.setInvoiceStatus("0");
|
|
|
@@ -557,6 +561,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary invoiceLibrary = new InvoiceLibrary();
|
|
|
invoiceLibrary.setOaId(processInstanceId);
|
|
|
+ invoiceLibrary.setSkzh(skzh);
|
|
|
invoiceLibrary.setBusinessId(businessId);
|
|
|
invoiceLibrary.setInvoiceCode(invoice.getString("code") != null ? invoice.getString("code") : "");
|
|
|
invoiceLibrary.setInvoiceNumber(invoice.getString("serial") != null ? invoice.getString("serial") : "");
|
|
|
@@ -648,6 +653,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary sharedInvoice = new InvoiceLibrary();
|
|
|
sharedInvoice.setOaId(processInstanceId);
|
|
|
+ sharedInvoice.setSkzh(skzh);
|
|
|
sharedInvoice.setBusinessId(businessId);
|
|
|
sharedInvoice.setOaStatus("0");
|
|
|
sharedInvoice.setInvoiceStatus("0");
|
|
|
@@ -1120,7 +1126,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
String fkzhxx = null;
|
|
|
String fkzh = null;
|
|
|
String yhqc = null;
|
|
|
-// String sfct = null;
|
|
|
+ String skzh = null;
|
|
|
BigDecimal mainJe = null;
|
|
|
|
|
|
// 遍历收集主表字段值
|
|
|
@@ -1140,6 +1146,9 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if ("RecipientAccountField_1U3QZJI8H6RK0".equals(id)) {
|
|
|
+ skzh = value != null ? String.valueOf(value) : "";
|
|
|
+ }
|
|
|
if ("DDSelectField_YLLB7AD1ATS0".equals(id)) {
|
|
|
bxlb = value != null ? String.valueOf(value) : "";
|
|
|
}
|
|
|
@@ -1250,6 +1259,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
// 保存基础报销记录(无发票)
|
|
|
InvoiceLibrary baseInvoice = new InvoiceLibrary();
|
|
|
baseInvoice.setOaId(processInstanceId);
|
|
|
+ baseInvoice.setSkzh(skzh);
|
|
|
baseInvoice.setBusinessId(businessId);
|
|
|
baseInvoice.setOaStatus("0");
|
|
|
baseInvoice.setInvoiceStatus("0");
|
|
|
@@ -1542,6 +1552,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary invoiceLibrary = new InvoiceLibrary();
|
|
|
invoiceLibrary.setOaId(processInstanceId);
|
|
|
+ invoiceLibrary.setSkzh(skzh);
|
|
|
invoiceLibrary.setBusinessId(businessId);
|
|
|
invoiceLibrary.setInvoiceCode(invoice.getString("code") != null ? invoice.getString("code") : "");
|
|
|
invoiceLibrary.setInvoiceNumber(invoice.getString("serial") != null ? invoice.getString("serial") : "");
|
|
|
@@ -1633,6 +1644,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary sharedInvoice = new InvoiceLibrary();
|
|
|
sharedInvoice.setOaId(processInstanceId);
|
|
|
+ sharedInvoice.setSkzh(skzh);
|
|
|
sharedInvoice.setBusinessId(businessId);
|
|
|
sharedInvoice.setOaStatus("0");
|
|
|
sharedInvoice.setInvoiceStatus("0");
|
|
|
@@ -1749,6 +1761,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
String fkzhxx = null;
|
|
|
String fkzh = null;
|
|
|
String yhqc = null;
|
|
|
+ String skzh = null;
|
|
|
BigDecimal mainJe = null;
|
|
|
|
|
|
// 遍历收集主表字段值
|
|
|
@@ -1777,6 +1790,9 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
if ("DDSelectField_1WEX2WWCJ3PC0".equals(id)) {
|
|
|
fkzhxx = value != null ? String.valueOf(value) : "";
|
|
|
}
|
|
|
+ if ("RecipientAccountField_13CHMZZOTK4G0".equals(id)) {
|
|
|
+ skzh = value != null ? String.valueOf(value) : "";
|
|
|
+ }
|
|
|
if ("TextField_2W39FPCZH1A0".equals(id)) {
|
|
|
fkzh = value != null ? String.valueOf(value) : "";
|
|
|
}
|
|
|
@@ -1878,6 +1894,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
// 保存基础报销记录(无发票)
|
|
|
InvoiceLibrary baseInvoice = new InvoiceLibrary();
|
|
|
baseInvoice.setOaId(processInstanceId);
|
|
|
+ baseInvoice.setSkzh(skzh);
|
|
|
baseInvoice.setBusinessId(businessId);
|
|
|
baseInvoice.setOaStatus("0");
|
|
|
baseInvoice.setInvoiceStatus("0");
|
|
|
@@ -2170,6 +2187,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary invoiceLibrary = new InvoiceLibrary();
|
|
|
invoiceLibrary.setOaId(processInstanceId);
|
|
|
+ invoiceLibrary.setSkzh(skzh);
|
|
|
invoiceLibrary.setBusinessId(businessId);
|
|
|
invoiceLibrary.setInvoiceCode(invoice.getString("code") != null ? invoice.getString("code") : "");
|
|
|
invoiceLibrary.setInvoiceNumber(invoice.getString("serial") != null ? invoice.getString("serial") : "");
|
|
|
@@ -2261,6 +2279,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary sharedInvoice = new InvoiceLibrary();
|
|
|
sharedInvoice.setOaId(processInstanceId);
|
|
|
+ sharedInvoice.setSkzh(skzh);
|
|
|
sharedInvoice.setBusinessId(businessId);
|
|
|
sharedInvoice.setOaStatus("0");
|
|
|
sharedInvoice.setInvoiceStatus("0");
|
|
|
@@ -2377,6 +2396,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
String fkzhxx = null;
|
|
|
String fkzh = null;
|
|
|
String yhqc = null;
|
|
|
+ String skzh = null;
|
|
|
BigDecimal mainJe = null;
|
|
|
|
|
|
// 遍历收集主表字段值
|
|
|
@@ -2396,6 +2416,9 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if ("RecipientAccountField_1J46MPCCTYZK0".equals(id)) {
|
|
|
+ skzh = value != null ? String.valueOf(value) : "";
|
|
|
+ }
|
|
|
if ("DDSelectField_BS1HCMO7YTK0".equals(id)) {
|
|
|
bxlb = value != null ? String.valueOf(value) : "";
|
|
|
}
|
|
|
@@ -2506,6 +2529,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
// 保存基础报销记录(无发票)
|
|
|
InvoiceLibrary baseInvoice = new InvoiceLibrary();
|
|
|
baseInvoice.setOaId(processInstanceId);
|
|
|
+ baseInvoice.setSkzh(skzh);
|
|
|
baseInvoice.setBusinessId(businessId);
|
|
|
baseInvoice.setOaStatus("0");
|
|
|
baseInvoice.setInvoiceStatus("0");
|
|
|
@@ -2798,6 +2822,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary invoiceLibrary = new InvoiceLibrary();
|
|
|
invoiceLibrary.setOaId(processInstanceId);
|
|
|
+ invoiceLibrary.setSkzh(skzh);
|
|
|
invoiceLibrary.setBusinessId(businessId);
|
|
|
invoiceLibrary.setInvoiceCode(invoice.getString("code") != null ? invoice.getString("code") : "");
|
|
|
invoiceLibrary.setInvoiceNumber(invoice.getString("serial") != null ? invoice.getString("serial") : "");
|
|
|
@@ -2889,6 +2914,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary sharedInvoice = new InvoiceLibrary();
|
|
|
sharedInvoice.setOaId(processInstanceId);
|
|
|
+ sharedInvoice.setSkzh(skzh);
|
|
|
sharedInvoice.setBusinessId(businessId);
|
|
|
sharedInvoice.setOaStatus("0");
|
|
|
sharedInvoice.setInvoiceStatus("0");
|
|
|
@@ -3006,6 +3032,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
String fkzhxx = null;
|
|
|
String fkzh = null;
|
|
|
String yhqc = null;
|
|
|
+ String skzh = null;
|
|
|
BigDecimal mainJe = null;
|
|
|
|
|
|
// 遍历收集主表字段值
|
|
|
@@ -3025,6 +3052,9 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if ("RecipientAccountField_1PNXMXLXIW000".equals(id)) {
|
|
|
+ skzh = value != null ? String.valueOf(value) : "";
|
|
|
+ }
|
|
|
if ("DDSelectField_1UX0JVU89Q000".equals(id)) {
|
|
|
bxlb = value != null ? String.valueOf(value) : "";
|
|
|
}
|
|
|
@@ -3135,6 +3165,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
// 保存基础报销记录(无发票)
|
|
|
InvoiceLibrary baseInvoice = new InvoiceLibrary();
|
|
|
baseInvoice.setOaId(processInstanceId);
|
|
|
+ baseInvoice.setSkzh(skzh);
|
|
|
baseInvoice.setBusinessId(businessId);
|
|
|
baseInvoice.setOaStatus("0");
|
|
|
baseInvoice.setInvoiceStatus("0");
|
|
|
@@ -3427,6 +3458,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary invoiceLibrary = new InvoiceLibrary();
|
|
|
invoiceLibrary.setOaId(processInstanceId);
|
|
|
+ invoiceLibrary.setSkzh(skzh);
|
|
|
invoiceLibrary.setBusinessId(businessId);
|
|
|
invoiceLibrary.setUserId(userId);
|
|
|
invoiceLibrary.setInvoiceCode(invoice.getString("code") != null ? invoice.getString("code") : "");
|
|
|
@@ -3518,6 +3550,7 @@ public class InvoiceLibraryServiceImpl extends ServiceImpl<InvoiceLibraryMapper,
|
|
|
|
|
|
InvoiceLibrary sharedInvoice = new InvoiceLibrary();
|
|
|
sharedInvoice.setOaId(processInstanceId);
|
|
|
+ sharedInvoice.setSkzh(skzh);
|
|
|
sharedInvoice.setBusinessId(businessId);
|
|
|
sharedInvoice.setOaStatus("0");
|
|
|
sharedInvoice.setInvoiceStatus("0");
|