Quellcode durchsuchen

轮胎商城bug 2023-12-13

caojunjie vor 1 Jahr
Ursprung
Commit
a50b011a69

+ 1 - 1
src/views/tirePartsMall/financialManagement/collectionSettlement/detailsPage.vue

@@ -124,7 +124,7 @@ export default {
           label: '客户',
           prop: "corpId",
           type: 'select',
-          // remote: true,
+          remote: true,
           props: {
             label: 'cname',
             value: 'id'

+ 1 - 1
src/views/tirePartsMall/purchasingManagement/warehouseEntryOrder/detailsPage.vue

@@ -420,7 +420,7 @@ export default {
                     },
                     overHidden: true
                 }, {
-                    label: '物料编码',
+                    label: '轮胎编码',
                     prop: 'goodsNo',
                     overHidden: true,
                     disabled: false,

+ 5 - 5
src/views/tirePartsMall/salesManagement/saleOrder/detailsPage.vue

@@ -1724,7 +1724,7 @@ export default {
                                         this.isAdd = true
                                         this.isDisabled = true
                                         this.isAddBtn = true
-                                        this.editButton = true // 把编辑按钮显示出来
+                                        // this.editButton = true // 把编辑按钮显示出来
                                         loading.close();
                                     }).catch(() => {
                                         loading.close();
@@ -1768,11 +1768,11 @@ export default {
                                 this.$message.success("撤销出库成功");
                                 this.refresh(res.data.data.id)
                                 this.isApplySettlement = false
-                                this.$set(this.optionForm, 'disabled', true)
-                                this.$set(this.optionContactsBack, 'disabled', true)
                                 this.isContacts = true
                                 this.isDisabled = true
-                                this.editButton = true // 把编辑按钮显示出来
+                                this.$set(this.optionForm, 'disabled', false) // form 表单的禁用放开
+                                this.$set(this.optionContactsBack, 'disabled', false) // table 表格的禁用放开
+                                // this.editButton = true // 把编辑按钮显示出来
                                 //添加删除按钮禁用
                                 this.isAdd = true
                                 if (this.form.businessSource == "外部销售") {
@@ -1872,7 +1872,7 @@ export default {
                         this.$message.success("保存成功");
                         this.refresh(res.data.data.id)
                         this.isDisabledTask = false
-                        this.editButton = true
+                        // this.editButton = true
 
                       this.$set(this.optionForm, 'disabled', true)
                       this.$set(this.optionContactsBack, 'disabled', true)