@@ -344,7 +344,7 @@ export default {
sendBillSn: row.sendBillSn,
customeName: row.buyerName
}
- if (row.sendBillSn && row.sendBillNo) {
+ if (row.sendBillSn) {
this.showTipModal = true
this.$refs.detailModal.getDetail(infoObj, 1, '发货单详情')