Merge branch 'sprint/165_test' of https://gitlab.zcorp.cc/easycorp/zentaopms into 165_test

This commit is contained in:
hufangzhou
2021-10-08 11:30:44 +08:00
4 changed files with 16 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
title: zt_projectproduct
desc: 项目关联产品表
version: 1.0
fields:
- field: project
range: 131,132,131,132,161,201,391{2}
- field: product
range: 1{2},41,42,41,42,1,41
- field: branch
range: 0{4},1,2,0{2}
- field: plan
range: 0
+4
View File
@@ -18,3 +18,7 @@ $builder->user = array('rows' => 350, 'data' => array('user'));
$builder->usergroup = array('rows' => 349, 'data' => array('usergroup'));
$builder->product = array('rows' => 120, 'data' => array('product'));
$builder->branch = array('rows' => 160, 'data' => array('branch'));
$builder->blockDefault = array('rows' => 150, 'data' => array('blockdefault'));
$builder->blockRandom = array('rows' => 120, 'data' => array('blockrandom'));
$builder->projectProduct = array('rows' => 8, 'data' => array('projectproduct'));