|
@@ -299,8 +299,8 @@ function handleSubmit(value) {
|
|
|
current: 1,
|
|
|
size: 10,
|
|
|
invoiceTitle: form.value.invoiceTitle,
|
|
|
- startTime: publicStore.formatterDateTime(new Date()),
|
|
|
- endTime: publicStore.getYearLast(new Date()),
|
|
|
+ startTime: publicStore.getYearLast(new Date()),
|
|
|
+ endTime: publicStore.formatterDateTime(new Date()),
|
|
|
}).then((requset) => {
|
|
|
if (requset.status === "SUCCESS") {
|
|
|
if (requset.data.records.length > 0) {
|
|
@@ -380,12 +380,11 @@ function tabsClick(e) {
|
|
|
onLoad((options) => {
|
|
|
if ("customId" in options) {
|
|
|
form.value.customId = options.customId;
|
|
|
+ document.getElementsByClassName("uni-page-head-hd")[0].style.cssText = "display: none;";
|
|
|
}
|
|
|
});
|
|
|
|
|
|
-onReady(() => {
|
|
|
- // form.value.setRules(rules.value);
|
|
|
-});
|
|
|
+onReady(() => {});
|
|
|
|
|
|
onShow(() => {
|
|
|
//调用系统主题颜色
|