|
@@ -41,7 +41,7 @@
|
|
|
<view class="report-export-item-row">规格:{{ item.pkgSpec || "" }}</view>
|
|
<view class="report-export-item-row">规格:{{ item.pkgSpec || "" }}</view>
|
|
|
<view class="report-export-item-row">时间:{{ formatDate(item.beginTime) }}~{{
|
|
<view class="report-export-item-row">时间:{{ formatDate(item.beginTime) }}~{{
|
|
|
formatDate(item.endTime)
|
|
formatDate(item.endTime)
|
|
|
- }}</view>
|
|
|
|
|
|
|
+ }}</view>
|
|
|
<!-- <view
|
|
<!-- <view
|
|
|
class="report-export-item-row"
|
|
class="report-export-item-row"
|
|
|
style="color: red"
|
|
style="color: red"
|
|
@@ -53,7 +53,7 @@
|
|
|
<view class="report-export-progress-fill" :style="{ width: `${item.progress || 10}%` }"></view>
|
|
<view class="report-export-progress-fill" :style="{ width: `${item.progress || 10}%` }"></view>
|
|
|
<text class="report-export-progress-text">{{
|
|
<text class="report-export-progress-text">{{
|
|
|
item.progress || 10
|
|
item.progress || 10
|
|
|
- }}</text>
|
|
|
|
|
|
|
+ }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-if="item.status == 1" class="report-export-action-row">
|
|
<view v-if="item.status == 1" class="report-export-action-row">
|
|
@@ -133,7 +133,7 @@
|
|
|
@click.stop="modalType !== 'read' && openDropdown('customerType')">
|
|
@click.stop="modalType !== 'read' && openDropdown('customerType')">
|
|
|
<view class="report-export-create-modal-static">{{
|
|
<view class="report-export-create-modal-static">{{
|
|
|
form.customerType || "请选择客户类型"
|
|
form.customerType || "请选择客户类型"
|
|
|
- }}</view>
|
|
|
|
|
|
|
+ }}</view>
|
|
|
<view class="report-export-input-arrow" v-if="modalType !== 'read'"></view>
|
|
<view class="report-export-input-arrow" v-if="modalType !== 'read'"></view>
|
|
|
<view class="report-export-create-modal-dropdown" v-if="dropdown.customerType" @click.stop
|
|
<view class="report-export-create-modal-dropdown" v-if="dropdown.customerType" @click.stop
|
|
|
:style="dropdownPosStyle()">
|
|
:style="dropdownPosStyle()">
|
|
@@ -225,7 +225,7 @@
|
|
|
@click.stop="modalType !== 'read' && openDropdown('product')">
|
|
@click.stop="modalType !== 'read' && openDropdown('product')">
|
|
|
<view class="report-export-create-modal-static">{{
|
|
<view class="report-export-create-modal-static">{{
|
|
|
form.product?.physicName || "请选择品种"
|
|
form.product?.physicName || "请选择品种"
|
|
|
- }}</view>
|
|
|
|
|
|
|
+ }}</view>
|
|
|
<view class="report-export-input-arrow" v-if="modalType !== 'read'"></view>
|
|
<view class="report-export-input-arrow" v-if="modalType !== 'read'"></view>
|
|
|
<view class="report-export-create-modal-dropdown" :style="[{ top: 'auto', bottom: '84rpx' }]"
|
|
<view class="report-export-create-modal-dropdown" :style="[{ top: 'auto', bottom: '84rpx' }]"
|
|
|
v-if="dropdown.product" @click.stop>
|
|
v-if="dropdown.product" @click.stop>
|
|
@@ -259,7 +259,7 @@
|
|
|
">
|
|
">
|
|
|
<view class="report-export-create-modal-static">{{
|
|
<view class="report-export-create-modal-static">{{
|
|
|
form.pkgSpec || "请选择规格(请先选择品种)"
|
|
form.pkgSpec || "请选择规格(请先选择品种)"
|
|
|
- }}</view>
|
|
|
|
|
|
|
+ }}</view>
|
|
|
<view class="report-export-input-arrow" v-if="modalType !== 'read'"></view>
|
|
<view class="report-export-input-arrow" v-if="modalType !== 'read'"></view>
|
|
|
<view class="report-export-create-modal-dropdown" v-if="dropdown.pkgSpec" @click.stop
|
|
<view class="report-export-create-modal-dropdown" v-if="dropdown.pkgSpec" @click.stop
|
|
|
:style="[{ top: 'auto', bottom: '84rpx' }]">
|
|
:style="[{ top: 'auto', bottom: '84rpx' }]">
|
|
@@ -281,12 +281,12 @@
|
|
|
<uni-icons type="calendar" size="22" color="#c0c4cc"></uni-icons>
|
|
<uni-icons type="calendar" size="22" color="#c0c4cc"></uni-icons>
|
|
|
<view style="flex: 1; text-align: center">{{
|
|
<view style="flex: 1; text-align: center">{{
|
|
|
dateRange && dateRange.length ? dateRange[0] : "开始时间"
|
|
dateRange && dateRange.length ? dateRange[0] : "开始时间"
|
|
|
- }}
|
|
|
|
|
|
|
+ }}
|
|
|
</view>
|
|
</view>
|
|
|
<view>-</view>
|
|
<view>-</view>
|
|
|
<view style="flex: 1; text-align: center">{{
|
|
<view style="flex: 1; text-align: center">{{
|
|
|
dateRange && dateRange.length ? dateRange[1] : "结束时间"
|
|
dateRange && dateRange.length ? dateRange[1] : "结束时间"
|
|
|
- }}
|
|
|
|
|
|
|
+ }}
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="report-export-input-simulator-clear" v-if="dateRange && dateRange.length"
|
|
<view class="report-export-input-simulator-clear" v-if="dateRange && dateRange.length"
|
|
@@ -322,7 +322,7 @@
|
|
|
<view class="report-export-create-modal-inputwrap" @click.stop="openFilterDropdown('product')">
|
|
<view class="report-export-create-modal-inputwrap" @click.stop="openFilterDropdown('product')">
|
|
|
<view class="report-export-create-modal-static">{{
|
|
<view class="report-export-create-modal-static">{{
|
|
|
filterForm.product?.physicName || "请选择品种"
|
|
filterForm.product?.physicName || "请选择品种"
|
|
|
- }}</view>
|
|
|
|
|
|
|
+ }}</view>
|
|
|
<view class="report-export-create-modal-dropdown" :style="[{ top: 'auto', bottom: '84rpx' }]"
|
|
<view class="report-export-create-modal-dropdown" :style="[{ top: 'auto', bottom: '84rpx' }]"
|
|
|
v-if="filterDropdown.product" @click.stop>
|
|
v-if="filterDropdown.product" @click.stop>
|
|
|
<view class="report-export-dropdown-search-row">
|
|
<view class="report-export-dropdown-search-row">
|
|
@@ -1284,7 +1284,7 @@ export default {
|
|
|
const url = "/report/sendemail";
|
|
const url = "/report/sendemail";
|
|
|
request(url, {
|
|
request(url, {
|
|
|
taskId: this.currentItem?.id,
|
|
taskId: this.currentItem?.id,
|
|
|
- emailAddress: '635509855@qq.com',//email + "@999.com.cn",
|
|
|
|
|
|
|
+ emailAddress: email + "@999.com.cn",
|
|
|
path: "reportExport/index.vue",
|
|
path: "reportExport/index.vue",
|
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|