Przeglądaj źródła

修改合同管理相关

Renxy 2 lat temu
rodzic
commit
d83e65995d
1 zmienionych plików z 7 dodań i 7 usunięć
  1. 7 7
      src/pages/ContractManager/component/Modal.jsx

+ 7 - 7
src/pages/ContractManager/component/Modal.jsx

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