Browse Source

bug 修复

lilei 4 years ago
parent
commit
11c8a081a7

+ 1 - 0
src/views/salesManagement/salesQuery/edit.vue

@@ -131,6 +131,7 @@
           type="primary"
           type="primary"
           class="button-primary"
           class="button-primary"
           @click="handleSubmit()"
           @click="handleSubmit()"
+          v-if="detailData.billStatus=='WAIT_SUBMIT'||detailData.billStatus == 'AUDIT_REJECT'"
           id="productInfoList-handleSubmit">提交</a-button>
           id="productInfoList-handleSubmit">提交</a-button>
       </div>
       </div>
     </a-affix>
     </a-affix>

+ 1 - 1
src/views/salesManagement/salesQuery/productSalesRecordModal.vue

@@ -134,7 +134,7 @@ export default {
     callback (key) {
     callback (key) {
       console.log(key)
       console.log(key)
       this.curTab = key
       this.curTab = key
-      this.getDetail(this.queryParam.productSn, this.buyerSn)
+      this.getDetail(this.buyerSn, this.queryParam.productSn)
     }
     }
   },
   },
   watch: {
   watch: {