国内外入库优化
This commit is contained in:
@@ -2399,13 +2399,13 @@
|
|||||||
// 基础信息
|
// 基础信息
|
||||||
// standInData: '0', // 标准来源
|
// standInData: '0', // 标准来源
|
||||||
standInData: this.form.standInData, // 标准来源
|
standInData: this.form.standInData, // 标准来源
|
||||||
standSort: '', // 标准类别
|
standSort: this.form.standSort, // 标准类别
|
||||||
country: '', // 国家
|
country: this.form.country, // 国家
|
||||||
standSystem: '', // 标准体系
|
standSystem: this.form.standSystem, // 标准体系
|
||||||
standNumber: '', // 标准编号
|
standNumber: this.form.standNumber, // 标准编号
|
||||||
standNature: '', // 标准性质
|
standNature: this.form.standNature, // 标准性质
|
||||||
standEnName: '', // 英文名称
|
standEnName: this.form.standEnName, // 英文名称
|
||||||
standName: '', // 中文名称
|
standName: this.form.standName, // 中文名称
|
||||||
signFlag: '1', // 是否需要会签
|
signFlag: '1', // 是否需要会签
|
||||||
textStatus: '', // 文本状态
|
textStatus: '', // 文本状态
|
||||||
standYear: '', // 标准年份
|
standYear: '', // 标准年份
|
||||||
@@ -2508,8 +2508,8 @@
|
|||||||
this.standardDrawer = false
|
this.standardDrawer = false
|
||||||
this.verifySarStandard = true
|
this.verifySarStandard = true
|
||||||
// this.clearFormData(this.form)
|
// this.clearFormData(this.form)
|
||||||
// this.clearFormData()
|
this.clearFormData()
|
||||||
// this.clearFileListData()
|
this.clearFileListData()
|
||||||
break
|
break
|
||||||
// 带入(确认)
|
// 带入(确认)
|
||||||
case 2:
|
case 2:
|
||||||
@@ -3673,7 +3673,6 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
// this.form.country=this.countryArr;
|
|
||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.$refs['userForm'].validate((valid) => {
|
this.$refs['userForm'].validate((valid) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user