Browse Source

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

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

+ 1 - 1
src/views/salesReturnManagement/custConfirm/setPriceModal.vue

@@ -46,7 +46,7 @@
             销售单号:
             <a-input placeholder="请输入销售单号" v-model.trim="form.salesBillNo" :maxLength="50" @change="fetchUser" @blur="handleBlur"/>
             <span class="mleft">{{ buyerName }}</span>
-            <a-button type="primary" :disabled="disabled" @click="handleSave('salesBillNo')" class="button-error">设置完成</a-button>
+            <a-button type="primary" :disabled="salesBillSnList&&salesBillSnList.length==0" @click="handleSave('salesBillNo')" class="button-error">设置完成</a-button>
           </div>
         </div>
         <a-divider>请给以下产品设置新的退货单价</a-divider>