diff --git a/src/components/MultiConditionSearch/MultiConditionSearch.vue b/src/components/MultiConditionSearch/MultiConditionSearch.vue
new file mode 100644
index 00000000..0cfd7951
--- /dev/null
+++ b/src/components/MultiConditionSearch/MultiConditionSearch.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Tableexportcomponent/Tableexportcomponent.vue b/src/components/Tableexportcomponent/Tableexportcomponent.vue
index 1bf59d8b..bd35295b 100644
--- a/src/components/Tableexportcomponent/Tableexportcomponent.vue
+++ b/src/components/Tableexportcomponent/Tableexportcomponent.vue
@@ -11,7 +11,7 @@
-
+
@@ -1007,7 +1007,7 @@ const details = reactive({
/** 时间选择器数据 */
stockupDate: [],
/** 列表 */
- columnListPublic:columnList, //公共列表
+ columnListPublic: columnList, //公共列表
/** 列表数据 */
data: [],
/** 页面loading */
@@ -1023,7 +1023,7 @@ const details = reactive({
/** 分页参数 */
page: {
currentPage: 1,
- pageSize: 2,
+ pageSize: 30,
total: 0,
},
@@ -2494,25 +2494,25 @@ const exportReport = () => {
if (details.selectionList.length) {
dataID.ids = details.selectionList.map(item => item.id).join(',');
}
- JExportAll(dataID);
- // switch (TabPermissions.value) {
- // case 0:
- // ExportAll(dataID); //全部
- // break;
- // case 1:
- // ExportingDuringProcessing(dataID);
- // break;
- // case 2:
- // ProcessedExported(dataID);
- // break;
- // case 4:
- // // 理赔金额未出
- // ExportClaimAmount(dataID);
- // break;
- // default:
- // ExportAll(dataID);
- // break;
- // }
+ // JExportAll(dataID);
+ switch (TabPermissions.value) {
+ case 0:
+ ExportAll(dataID); //全部
+ break;
+ case 1:
+ ExportingDuringProcessing(dataID);
+ break;
+ case 2:
+ ProcessedExported(dataID);
+ break;
+ case 4:
+ // 理赔金额未出
+ ExportClaimAmount(dataID);
+ break;
+ default:
+ ExportAll(dataID);
+ break;
+ }
})
.catch(() => {});
};
diff --git a/src/views/distribution/inventory/delivery/distributionStockArticle.vue b/src/views/distribution/inventory/delivery/distributionStockArticle.vue
index f7ec5bcb..2d451f1d 100644
--- a/src/views/distribution/inventory/delivery/distributionStockArticle.vue
+++ b/src/views/distribution/inventory/delivery/distributionStockArticle.vue
@@ -6,15 +6,26 @@