|
@@ -1121,16 +1121,6 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (
|
|
|
- this.deptBudgetList.buyerPhone.length < 7 ||
|
|
|
- this.deptBudgetList.buyerPhone.length > 20
|
|
|
- ) {
|
|
|
- this.$message({
|
|
|
- message: '买方电话长度不符合要求,请输入7到20个字符之内!',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
if (!this.deptBudgetList.seller) {
|
|
|
this.$message({
|
|
|
message: '请输入卖方名称!',
|
|
@@ -1159,16 +1149,6 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (
|
|
|
- this.deptBudgetList.buyerPhone.length < 7 ||
|
|
|
- this.deptBudgetList.buyerPhone.length > 20
|
|
|
- ) {
|
|
|
- this.$message({
|
|
|
- message: '卖方电话长度不符合要求,请输入7到20个字符之内!',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
if (!this.deptBudgetList.acceptanceMethod) {
|
|
|
this.$message({
|
|
|
message: '请选择验收方式',
|