|
@@ -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="salesBillSnList&&salesBillSnList.length==0" @click="handleSave('salesBillNo')" class="button-error">设置完成</a-button>
|
|
|
+ <a-button type="primary" @click="handleSave('salesBillNo')" class="button-error">设置完成</a-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<a-divider>请给以下产品设置新的退货单价</a-divider>
|
|
@@ -275,6 +275,7 @@ export default {
|
|
|
this.spinning = true
|
|
|
setReturnPrice(params).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
+ this.salesBillSnList = null
|
|
|
this.$emit('setOk')
|
|
|
this.$message.info(res.message)
|
|
|
}
|