lilei 11 hónapja
szülő
commit
4267b855f7

+ 2 - 3
src/views/financialManagement/financialCollection/selectGlSalesModal.vue

@@ -127,7 +127,7 @@ export default {
         return []
       }
     },
-    payerType:{
+    payerType: {
       type: String,
       default: ''
     },
@@ -159,7 +159,7 @@ export default {
       loadData: parameter => {
         this.disabled = true
         this.spinning = true
-        return dispatchlList(Object.assign(parameter, this.queryParam, {authFlag:this.payerType=='DEALER'?1:0})).then(res => {
+        return dispatchlList(Object.assign(parameter, this.queryParam, { authFlag: this.payerType == 'DEALER' ? 1 : 0 })).then(res => {
           let data
           if (res.status == 200) {
             data = res.data
@@ -212,7 +212,6 @@ export default {
       this.detailType = type
       this.bizSn = type == 0 ? row.salesBillSn : row.dispatchBillSn
       this.showDetailModal = true
-      console.log(this.bizSn)
     },
     cancelDetail () {
       this.showDetailModal = false

+ 1 - 1
src/views/salesManagement/salesQueryNew/detail.vue

@@ -395,7 +395,7 @@ export default {
         if (this.$refs.productList.hasJGtire) {
           this.$info({
             title: '提示',
-            content: '存在箭冠轮胎产品,不可一键审核!',
+            content: '销售单内有品牌是【箭冠】,且三级分类是【轮胎】的产品,不可一键审核!',
             centered: true
           })
           return