Initial commit: 景耀JY1.0项目
This commit is contained in:
@@ -590,6 +590,7 @@ export default {
|
||||
var param = []
|
||||
param[0] = ['名称', this.form.物料名称]
|
||||
param[1] = ['代号', this.form.图号或型号]
|
||||
param[2] = ['类型', this.form.类型]
|
||||
var Data = this.CreateData('11', '物料标准维护_验证图号', param)
|
||||
this.ExecDatabase(Data).then(response => {
|
||||
if (Number(response.data[0].Column1) === 0) {
|
||||
@@ -722,6 +723,7 @@ export default {
|
||||
var param = []
|
||||
param[0] = ['名称', this.form.物料名称]
|
||||
param[1] = ['代号', this.form.图号或型号]
|
||||
param[2] = ['类型', this.form.类型]
|
||||
var Data = this.CreateData('11', '物料标准维护_验证图号', param)
|
||||
this.ExecDatabase(Data).then(response => {
|
||||
if (Number(response.data[0].Column1) === 0) {
|
||||
|
||||
Reference in New Issue
Block a user