rev:打印模板新增合同号,回传限制修改
This commit is contained in:
@@ -4834,6 +4834,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
oneMap.put("deliveryaddress", jsonMst.getString("deliveryaddress")); // 送货方地址
|
||||
oneMap.put("deliveryname", jsonMst.getString("deliveryname")); // 送货方联系人
|
||||
oneMap.put("deliveryphone", jsonMst.getString("deliveryphone")); // 送货方联系电话
|
||||
oneMap.put("contractno", jsonMst.getString("contractno")); // 合同号
|
||||
} else {
|
||||
|
||||
if (ObjectUtil.isEmpty(jsonCust)) throw new BadRequestException("客户不存在");
|
||||
@@ -4888,6 +4889,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
oneMap.put("deliveryaddress", jsonMst.getString("deliveryaddress")); // 送货方地址
|
||||
oneMap.put("deliveryname", jsonMst.getString("deliveryname")); // 送货方联系人
|
||||
oneMap.put("deliveryphone", jsonMst.getString("deliveryphone")); // 送货方联系电话
|
||||
oneMap.put("contractno", jsonMst.getString("contractno")); // 合同号
|
||||
}
|
||||
|
||||
// 6.多组填充
|
||||
|
||||
@@ -413,7 +413,7 @@ export default {
|
||||
} else {
|
||||
this.confirm_flag = true
|
||||
}
|
||||
if (current.bill_status === '40') {
|
||||
if (current.bill_status === '40' || current.bill_status === '30') {
|
||||
this.outReturn_flag = false
|
||||
} else {
|
||||
this.outReturn_flag = true
|
||||
|
||||
Reference in New Issue
Block a user