diff --git a/api/request2.js b/api/request2.js
index 396c52c8..e3119611 100644
--- a/api/request2.js
+++ b/api/request2.js
@@ -2011,8 +2011,8 @@ export function customerReturnRequestSubmit(params) {
*/
export function customerReturnRecordSubmit(params) {
return request({
- url: baseApi + "/wms/purchasereturn-request-main/submit",
- method: "put",
+ url: baseApi + "/wms/customerreturn-record-main/create",
+ method: "post",
data: params,
});
}
diff --git a/mycomponents/scan/winComScan.vue b/mycomponents/scan/winComScan.vue
index 7d041725..e75af61e 100644
--- a/mycomponents/scan/winComScan.vue
+++ b/mycomponents/scan/winComScan.vue
@@ -103,6 +103,9 @@
}
},
mounted() {
+ if(document.querySelector('textarea')!=null){
+ document.querySelector('textarea').setAttribute('inputmode', 'none')
+ }
// if (this.$el.querySelector('textarea') != null) {
// this.$el.querySelector('textarea').setAttribute('inputmode', 'none')
// }
diff --git a/mycomponents/scan/winScanLocation.vue b/mycomponents/scan/winScanLocation.vue
index e36ea506..fc17bfd2 100644
--- a/mycomponents/scan/winScanLocation.vue
+++ b/mycomponents/scan/winScanLocation.vue
@@ -12,7 +12,7 @@
-
diff --git a/mycomponents/scan/winScanPackAndLocation.vue b/mycomponents/scan/winScanPackAndLocation.vue
index c61dd364..b3313dc6 100644
--- a/mycomponents/scan/winScanPackAndLocation.vue
+++ b/mycomponents/scan/winScanPackAndLocation.vue
@@ -40,7 +40,7 @@
+ :isShowHistory="isShowHistory" :clearResult="true" :headerType ="headerType">
@@ -95,6 +95,10 @@
type: Boolean,
default: true
},
+ headerType: {
+ type: String,
+ default: "HPQ"
+ },
},
data() {
return {
diff --git a/pages/customerReturn/record/returnRecord.vue b/pages/customerReturn/record/returnRecord.vue
index 06129558..bd33a5d0 100644
--- a/pages/customerReturn/record/returnRecord.vue
+++ b/pages/customerReturn/record/returnRecord.vue
@@ -1,459 +1,461 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+