项目计划管理
This commit is contained in:
@@ -13,8 +13,8 @@ export default {
|
||||
// 1)type:11查询;12增删改,必须
|
||||
// 2)name:存储过程名,必须
|
||||
// 3)data:存储过程参数名和对应值,例如:
|
||||
// param[0] = ['设备类型编码', '3', 'string', '0']
|
||||
// param[1] = ['output', '3', 'int', '1'],必须
|
||||
// param[0] = ['工艺计划流水号', this.工艺计划流水号] 输入参数
|
||||
// param[1] = ['PageCurrent', '1111', 'int', '1'] output参数
|
||||
// 数组里四个分别对应:存储过程参数名(必须);存储过程参数值(必须);参数类型(若是output必须);参数是否为output(0否1是)
|
||||
// 4)pageSize,pageList:分页使用,可选
|
||||
Vue.prototype.CreateData = function(type, name, data, pageSize, pageList) {
|
||||
|
||||
@@ -496,6 +496,7 @@ export default {
|
||||
})
|
||||
},
|
||||
rowClick(row) {
|
||||
this.radio = ''
|
||||
searchtable(1, row.项目流水号, 1, row.机床流水号, 0, 0, 0, '', '', 0, '', '', 1, 100).then(response => {
|
||||
if (response.data.total !== 0) {
|
||||
this.machineNum = row.机床图号
|
||||
|
||||
Reference in New Issue
Block a user