|
@@ -60,7 +60,7 @@ export const Status = {
|
|
CalCheckSuccess: 6,
|
|
CalCheckSuccess: 6,
|
|
};
|
|
};
|
|
|
|
|
|
-let isInLine = location.host.includes('120.55.44.4');
|
|
|
|
|
|
+let isInLine = !location.host.includes('work.greentech.com');
|
|
|
|
|
|
const ContractModal = (props) => {
|
|
const ContractModal = (props) => {
|
|
const [form] = Form.useForm();
|
|
const [form] = Form.useForm();
|
|
@@ -118,12 +118,6 @@ const ContractModal = (props) => {
|
|
//审批流拼接
|
|
//审批流拼接
|
|
const formData = isInLine
|
|
const formData = isInLine
|
|
? [
|
|
? [
|
|
- {
|
|
|
|
- name: '单行输入框',
|
|
|
|
- id: 'TextField_f73531d8-c2c0-4769-a8ef-68b2eae2dc3a',
|
|
|
|
- type: 'TextField',
|
|
|
|
- value: ['1'],
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
name: '是否本部',
|
|
name: '是否本部',
|
|
id: 'DDSelectField_4ad8bda8-60ce-428b-88a3-bf1a18c24a50',
|
|
id: 'DDSelectField_4ad8bda8-60ce-428b-88a3-bf1a18c24a50',
|
|
@@ -136,6 +130,12 @@ const ContractModal = (props) => {
|
|
type: 'DDSelectField',
|
|
type: 'DDSelectField',
|
|
value: ['财务部'],
|
|
value: ['财务部'],
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ name: '合同编码',
|
|
|
|
+ id: 'TextField_f73531d8-c2c0-4769-a8ef-68b2eae2dc3a',
|
|
|
|
+ type: 'TextField',
|
|
|
|
+ value: ['1'],
|
|
|
|
+ },
|
|
{
|
|
{
|
|
name: '提审类型',
|
|
name: '提审类型',
|
|
id: 'DDSelectField_bed77d5f-d02c-4f1d-98bf-0638245a3331',
|
|
id: 'DDSelectField_bed77d5f-d02c-4f1d-98bf-0638245a3331',
|