north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintProject.vue
@@ -56,7 +56,7 @@ //获取七天前到当前时间 function getNowTime() { const start = new Date(new Date().getTime() - 3600 * 1000 * 24 * 7) const start = new Date(new Date().getTime() - 3600 * 1000 * 24 * 15) .toISOString() .replace('T', ' ') .slice(0, 10) //默认开始时间7天前 @@ -231,7 +231,6 @@ ref="xGrid" class="mytable-scrollbar" height="100%" max-height="100%" v-bind="gridOptions" v-on="gridEvents" > @@ -277,7 +276,7 @@ <style scoped> .main-div-customer { width: 99%; height: 100%; height: 93%; } #selectForm { width: 60%;