Explorar o código

修改错误命名

qukaidi %!s(int64=4) %!d(string=hai) anos
pai
achega
b4b571f5cb

+ 1 - 1
src/views/warehouseBusiness/goodsTransfer/index.vue

@@ -3895,7 +3895,7 @@ export default {
             "warehousebillsfeesDr",
             "warehousebillsfeesDr",
             JSON.stringify(this.warehouseDrList)
             JSON.stringify(this.warehouseDrList)
           );
           );
-          formDatae.append("mblnoStatus", this.mblnoStatus);
+          formData.append("mblnoStatus", this.mblnoStatus);
           addGoodsTransfer(formData).then((response) => {
           addGoodsTransfer(formData).then((response) => {
             if (response.data == false) {
             if (response.data == false) {
               this.$confirm(response.msg, "提示", {
               this.$confirm(response.msg, "提示", {

+ 1 - 1
src/views/warehouseBusiness/outStock/index.vue

@@ -6748,7 +6748,7 @@ export default {
               "warehousebillsfeesDr",
               "warehousebillsfeesDr",
               JSON.stringify(this.warehouseDrList)
               JSON.stringify(this.warehouseDrList)
             );
             );
-            formDatae.append("mblnoStatus", this.mblnoStatus);
+            formData.append("mblnoStatus", this.mblnoStatus);
             addWarehousebills(formData).then((response) => {
             addWarehousebills(formData).then((response) => {
               if (response.data == false) {
               if (response.data == false) {
                 this.$confirm(response.msg, "提示", {
                 this.$confirm(response.msg, "提示", {

+ 1 - 1
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -6333,7 +6333,7 @@ export default {
               "warehousebillsfeesDr",
               "warehousebillsfeesDr",
               JSON.stringify(this.warehouseDrList)
               JSON.stringify(this.warehouseDrList)
             );
             );
-             formDatae.append("mblnoStatus", this.mblnoStatus);
+            formData.append("mblnoStatus", this.mblnoStatus);
             addStockTransfer(formData).then((response) => {
             addStockTransfer(formData).then((response) => {
               if (response.data == false) {
               if (response.data == false) {
                 this.$confirm(response.msg, "提示", {
                 this.$confirm(response.msg, "提示", {