【修改】支出合同不可编辑修改
This commit is contained in:
+4
-3
@@ -203,10 +203,11 @@
|
||||
</a-col>
|
||||
<a-col :xxl="6" :xl="8" :sm="12">
|
||||
<a-form-item label="已付金额" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<!-- :disabled="canEdit"-->
|
||||
<a-input placeholder="请输入已付金额"
|
||||
v-decorator="['amountReceived',validatorRules.amountReceived]"
|
||||
:maxLength='50'
|
||||
:disabled="canEdit"
|
||||
|
||||
@blur="addZero"
|
||||
@change="amountReceivedChange"></a-input>
|
||||
</a-form-item>
|
||||
@@ -217,7 +218,7 @@
|
||||
:maxLength='50'
|
||||
@blur="addZero"
|
||||
v-decorator="['outstandingAmount']"
|
||||
:disabled="true"></a-input>
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="6" :xl="8" :sm="12">
|
||||
@@ -226,7 +227,7 @@
|
||||
:triggerChange="true"
|
||||
placeholder="请选择赊账状态"
|
||||
dictCode="revenue_contract_account_status"
|
||||
:disabled="true"/>
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
+2
-3
@@ -76,7 +76,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
devServer: {
|
||||
port: 21825,
|
||||
port: 3000,
|
||||
proxy: {
|
||||
/* '/api': {
|
||||
target: 'https://mock.ihx.me/mock/5baf3052f7da7e07e04a5116/antd-pro', //mock API接口系统
|
||||
@@ -88,8 +88,7 @@ module.exports = {
|
||||
},*/
|
||||
'/jero-boot': {
|
||||
// ''
|
||||
// target: 'http://10.0.10.78:21824', //请求本地 jero-boot后台项目
|
||||
target: 'http://10.0.1.9:21824', //
|
||||
target: 'http://10.0.10.139:8080', //请求本地 jero-boot后台项目
|
||||
ws: false,
|
||||
changeOrigin: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user