|
|
|
@ -164,9 +164,9 @@ export default {
|
|
|
|
|
// machineNo: [
|
|
|
|
|
// {required: true, message: "请输入机器编码", trigger: "blur"}
|
|
|
|
|
// ],
|
|
|
|
|
invoiceCode: [
|
|
|
|
|
{required: true, message: "请输入发票代码", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
|
// invoiceCode: [
|
|
|
|
|
// {required: true, message: "请输入发票代码", trigger: "blur"}
|
|
|
|
|
// ],
|
|
|
|
|
invoiceEncode: [
|
|
|
|
|
{required: true, message: "请输入发票编码", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
@ -196,10 +196,10 @@ export default {
|
|
|
|
|
// this.$message.error("机器编码不能为空!");
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
if (this.$isBlank(this.inputQuery.invoiceCode)) {
|
|
|
|
|
this.$message.error("发票代码不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
// if (this.$isBlank(this.inputQuery.invoiceCode)) {
|
|
|
|
|
// this.$message.error("发票代码不能为空!");
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
if (this.$isBlank(this.inputQuery.invoiceEncode)) {
|
|
|
|
|
this.$message.error("发票编码不能为空!");
|
|
|
|
|
return;
|
|
|
|
|