+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getStatusInfo(scope.row.status) }}
+
+
+
+
+
+
+ 详情
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/stockOrderUploadLog.vue b/src/views/business/stockOrderUploadLog.vue
index de8616b..c09cb2d 100644
--- a/src/views/business/stockOrderUploadLog.vue
+++ b/src/views/business/stockOrderUploadLog.vue
@@ -136,6 +136,7 @@ export default {
thirdBillNo: null,
submitTime: null,
status: null,
+ fromType: 1,
page: 1,
limit: 20,
},
@@ -160,7 +161,7 @@ export default {
methods: {
onReset() {
this.filterQuery = {
- fromType: null,
+ fromType: 1,
genKey: null,
status: null,
page: 1,
diff --git a/src/views/inventory/DialogInvProduct.vue b/src/views/inventory/DialogInvProduct.vue
index 887004f..c67c7a5 100644
--- a/src/views/inventory/DialogInvProduct.vue
+++ b/src/views/inventory/DialogInvProduct.vue
@@ -14,11 +14,7 @@