Forráskód Böngészése

Merge branch 'develop_yh12' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh12

lilei 2 éve
szülő
commit
6b528a9219

+ 0 - 1
src/views/purchasingManagement/purchaseReturn/addModal.vue

@@ -120,7 +120,6 @@ export default {
           const form = JSON.parse(JSON.stringify(_this.form))
           form.attachmentList = _this.attachList
           _this.spinning = true
-          debugger
           sparePartsReturnSave(form).then(res => {
             if (res.status == 200) {
               _this.$message.success(res.message)

+ 1 - 1
src/views/purchasingManagement/purchaseReturn/queryPart.vue

@@ -30,7 +30,7 @@
               <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="salesReturnList-reset">重置</a-button>
             </a-col>
             <a-col :md="12" :sm="24" style="margin-bottom: 10px;display: flex;align-items: center;">
-              <a-button style="margin-right: 5px" @click="handleBatchAdd" :disabled="disabledFlag" id="salesReturnList-reset">批量添加</a-button>
+              <a-button type="primary" style="margin-right: 5px" @click="handleBatchAdd" :disabled="disabledFlag">批量添加</a-button>
               <a-checkbox @change="onChange">
                 显示最大可退数量为0的产品
               </a-checkbox>