|
@@ -1145,7 +1145,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
onCompanyChange(){
|
|
|
- this.ruleForm.company_id = this.currentCompany
|
|
|
+ this.ruleForm.supplierNo = this.currentCompany
|
|
|
},
|
|
|
async initForm() {
|
|
|
this.loading = true;
|
|
@@ -1204,9 +1204,6 @@ export default {
|
|
|
async submitForm() {
|
|
|
this.sch_is_noble();
|
|
|
this.good_type_change();
|
|
|
-
|
|
|
- console.log(this.ruleForm)
|
|
|
-
|
|
|
await this.$refs.ruleForm.validate(async (valid) => {
|
|
|
if (valid) {
|
|
|
if (!this.loading) {
|
|
@@ -1671,7 +1668,7 @@ export default {
|
|
|
good_type: "0",
|
|
|
is_stock: "0",
|
|
|
supplierNo: [],
|
|
|
- company_id: this.currentCompany || "",
|
|
|
+ company_id: "",
|
|
|
is_auth: "",
|
|
|
tax: "",
|
|
|
good_name: "",
|
|
@@ -1902,6 +1899,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.ruleForm.supplierNo = this.currentCompany
|
|
|
+ this.$refs.ruleForm.validateField('supplierNo');
|
|
|
await this.set_must_spec();
|
|
|
});
|
|
|
},
|