Compare commits
2 Commits
f77f722994
...
cd5bde87dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd5bde87dc | ||
|
|
94f5208195 |
@@ -566,6 +566,9 @@ class Production extends Base
|
||||
}
|
||||
$list = $this->production_article_frag_obj->where('p_article_id', $data['p_article_id'])->where('state', 0)->select();
|
||||
|
||||
|
||||
|
||||
|
||||
$re['frags'] = $list;
|
||||
return jsonSuccess($re);
|
||||
}
|
||||
@@ -3705,7 +3708,7 @@ class Production extends Base
|
||||
return "% 无效的JSON数据";
|
||||
}
|
||||
if(strlen($table_info['table_data'])>6000){
|
||||
return "执行附表程序";
|
||||
return "long table";
|
||||
}
|
||||
|
||||
// 获取表格最大列数(遍历所有行,找到列数最大值,处理合并后列数变化的情况)
|
||||
|
||||
Reference in New Issue
Block a user