Browse Source

bug 修复

lilei 4 năm trước cách đây
mục cha
commit
a6fee822d9

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

@@ -409,7 +409,7 @@ export default {
         if (valid) {
           console.log(_this.priceTypeBak, _this.form.priceType)
           // 如果价格类型改变,提示
-          if (_this.priceTypeBak != _this.form.priceType&&this.isEdit) {
+          if (_this.priceTypeBak != _this.form.priceType && this.isEdit) {
             this.$confirm({
               title: '提示',
               content: '价格类型变更,确认提交吗?',

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

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