|
@@ -889,6 +889,12 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
print() {
|
|
print() {
|
|
|
|
+ if(this.tpyeNo==2){
|
|
|
|
+ if(this.weighingList.qualityInspectionManagement.status != '已质检'){
|
|
|
|
+ this.$message.error("该条信息未质检!")
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+ }
|
|
this.weighingList.carNumber = this.weighingList.carNo
|
|
this.weighingList.carNumber = this.weighingList.carNo
|
|
if (this.types == 1 || this.types == 2) {
|
|
if (this.types == 1 || this.types == 2) {
|
|
if (!this.weighingList.contractNo) {
|
|
if (!this.weighingList.contractNo) {
|