@@ -240,7 +240,7 @@
<h3>备注信息</h3>
</div>
<!--备注信息-->
- <ws-input v-model="deptBudgetList.remarks" type="textarea" row="3" placeholder="请输入备注信息,不超过3000字"
+ <ws-input v-model="deptBudgetList.remarks" autosize type="textarea" placeholder="请输入备注信息,不超过3000字"
maxlength="3000" />
<ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :size-limit="size"
@onChange="onChange" accept=".jpg, .jpeg, .png, .pdf, .doc, .docx, .zip, .rar"
@@ -160,7 +160,7 @@
<div class="remark">
- <ws-input v-model="deptBudgetList.remarks" type="textarea" row="3" placeholder="请输入备注信息,不超过200字"
+ <ws-input v-model="deptBudgetList.remarks" autosize type="textarea" row="3" placeholder="请输入备注信息,不超过200字"
maxlength="200" />
<ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" accept=".jpg, .jpeg, .png, .pdf, .doc, .docx, .zip, .rar"
v-hasPermission="`contractManagement.buyContract.buyContractInfo.appl`" />
@@ -153,8 +153,9 @@
- <div style=" color: #afb5cb;margin-left: 20px;">
- {{ deptBudgetList.remarks }}
+ <div style=" color: #afb5cb;margin-left: 20px;margin-bottom: 20px;">
+ <ws-input v-model="deptBudgetList.remarks" disabled type="textarea" :row="3" autosize placeholder="暂无备注信息"
+ maxlength="200" />
<ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :editable="false"
accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" />
@@ -267,7 +267,7 @@
<div class="ce">
<ws-form ref="deptBudgetList" :rules="ruleDeptBudget" :model="deptBudgetList">
+ <ws-input v-model="deptBudgetList.remarks" autosize type="textarea" placeholder="请输入备注信息,不超过200字"
@onChange="onChange" accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar"
@@ -291,7 +291,7 @@
<div class="center">
<ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :editable="true" accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" v-hasPermission="
`contractManagement.salesContract.salesContractInfo.appl`"/>
@@ -158,7 +158,8 @@
<div style=" color: #afb5cb;margin-left: 20px;">
+ <ws-input v-model="deptBudgetList.remarks" autosize disabled type="textarea" row="3" placeholder="暂无备注"
+ maxlength="3000" />
@@ -398,7 +398,7 @@
+ <ws-input v-model="deptBudgetList.remarks" type="textarea" autosize row="3" placeholder="请输入备注信息,不超过3000字"
@@ -289,7 +289,7 @@
+ <ws-input v-model="deptBudgetList.remarks" type="textarea" :row="3" autosize placeholder="请输入备注信息,不超过200字"
@@ -197,8 +197,10 @@
+ <!-- {{ deptBudgetList.remarks }} -->
+ <ws-input v-model="deptBudgetList.remarks" disabled type="textarea" autosize row="3" placeholder="暂无备注信息"
@@ -389,7 +389,7 @@
@@ -374,7 +374,7 @@
<ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :editable="true" accept=".jpg, .jpeg, .png, .pdf, .doc, .docx, .zip, .rar" v-hasPermission="
@@ -322,7 +322,8 @@
<div class="beizhu">
@@ -620,8 +620,6 @@
activated() {},
methods: {
shipInfoChange(e){
- console.log(e)
-
for (let i = 0; i < this.shipInfoList.length; i++) {
if(this.shipInfoList[i].shipName==this.weighingList.shipName){
this.weighingList.shipNumber=this.shipInfoList[i].shipNo