戴艳蓉 3 years ago
parent
commit
0a69db6cd9

+ 0 - 1
src/views/purchaseIn/purchaseOrder/components/wsm-in-order-addEdit-form.vue

@@ -240,7 +240,6 @@ export default {
 
     async initForm() {
       this.loading = true;
-      // console.log(this.sitem);
       await this.resetForm();
       this.loading = false;
     },

+ 0 - 2
src/views/purchaseIn/wsmInOrder/components/wsm-in-order-addEdit-form.vue

@@ -241,7 +241,6 @@ export default {
 
     async initForm() {
       this.loading = true;
-      // console.log(this.sitem);
       await this.resetForm();
       this.loading = false;
     },
@@ -252,7 +251,6 @@ export default {
         if (this.$refs.ruleForm) {
           this.$refs.ruleForm.resetFields();
           this.$refs.ruleForm.clearValidate();
-          console.log(this.sitem);
           const { post_company, post_code, post_fee, sendtime, send_num } =
             this.sitem;
           const {

+ 0 - 1
src/views/sellOut/sellAfterApply/components/addEditForm.vue

@@ -278,7 +278,6 @@ export default {
         if (this.$refs.ruleForm) {
           this.$refs.ruleForm.resetFields();
           this.$refs.ruleForm.clearValidate();
-          console.log(this.sitem);
           let {
             error_num,
             error_img,

+ 0 - 1
src/views/sellOut/sellAfterApply/components/returnExpress.vue

@@ -237,7 +237,6 @@ export default {
             post_fee,
             status,
           } = this.sitem;
-          console.log(this.sitem);
           this.status = status;
           this.ruleForm = {
             returnCode: returnCode || "",

+ 0 - 1
src/views/sellOut/sellOutOrder/components/addEditFormA.vue

@@ -319,7 +319,6 @@ export default {
         if (this.$refs.ruleForm) {
           this.$refs.ruleForm.resetFields();
           this.$refs.ruleForm.clearValidate();
-          console.log(this.sitem);
           let { send_num } = this.sitem;
           this.ruleForm = {
             send_num: send_num || "",

+ 0 - 1
src/views/sellOut/sellOutOrder/components/sellReturnApply.vue

@@ -191,7 +191,6 @@ export default {
       });
     },
     openModal(code, sitem, outcode) {
-      console.log(this.sitem);
       this.s_sitem = this.sitem;
       this.modelId = code;
       this.showModel = true;

+ 0 - 1
src/views/sheetOrder/zxAfterSale/components/addEditForm.vue

@@ -264,7 +264,6 @@ export default {
       this.loading = false;
     },
     async initData() {
-      console.log(this.sitem);
       if (this.sitem) {
         let { returnCode } = this.sitem;
         let model = {

+ 0 - 3
src/views/sheetOrder/zxAfterSaleOrder/detail.vue

@@ -162,9 +162,6 @@ export default {
         });
     },
     async initData() {
-      // console.log(this.sitem);
-      // if (this.sitem) {
-      // let { thNo } = this.sitem;
       let model = {
         thNo: this.qid,
       };

+ 0 - 1
src/views/sheetOrder/zxReturn/components/purchase-exam.vue

@@ -174,7 +174,6 @@ export default {
           this.$refs.ruleForm.clearValidate();
           let { cgd_wsend, status, return_wsm, returnCode, return_company } =
             this.sitem;
-          console.log(this.sitem);
           this.status = status;
           this.ruleForm = {
             returnCode: returnCode || "",

+ 0 - 1
src/views/sheetOrder/zxoutOrder/components/logisticsForm.vue

@@ -164,7 +164,6 @@ export default {
     async initForm() {
       this.loading = true;
       this.status = "";
-      // console.log(this.sitem);
       await this.resetForm();
       this.loading = false;
     },