gjy 2 năm trước cách đây
mục cha
commit
ebb240d1ce

+ 1 - 1
src/views/contractManagement/acquisitionContractAdd.vue

@@ -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"

+ 1 - 1
src/views/contractManagement/acquisitionContractEdit.vue

@@ -160,7 +160,7 @@
         <div class="remark">
           <h3>备注信息</h3>
         </div>
-        <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`" />

+ 3 - 2
src/views/contractManagement/acquisitionContractExamine.vue

@@ -153,8 +153,9 @@
       <div class="remark">
         <h3>备注信息</h3>
       </div>
-    <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" />
       </div>
       <ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :editable="false"
         accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" />

+ 1 - 1
src/views/contractManagement/collectionContractAdd.vue

@@ -267,7 +267,7 @@
     <div class="ce">
       <ws-form ref="deptBudgetList" :rules="ruleDeptBudget" :model="deptBudgetList">
         <!--备注信息-->
-        <ws-input v-model="deptBudgetList.remarks" type="textarea" row="3" placeholder="请输入备注信息,不超过200字"
+        <ws-input v-model="deptBudgetList.remarks" autosize type="textarea" placeholder="请输入备注信息,不超过200字"
           maxlength="3000" />
         <ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :size-limit="size"
           @onChange="onChange" accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar"

+ 1 - 1
src/views/contractManagement/collectionContractEdit.vue

@@ -291,7 +291,7 @@
     <div class="center">
       <ws-form ref="deptBudgetList" :rules="ruleDeptBudget" :model="deptBudgetList">
         <!--备注信息-->
-        <ws-input v-model="deptBudgetList.remarks" type="textarea" row="3" placeholder="请输入备注信息,不超过200字"
+        <ws-input v-model="deptBudgetList.remarks" autosize type="textarea"  placeholder="请输入备注信息,不超过200字"
           maxlength="200" />
         <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`"/>

+ 2 - 1
src/views/contractManagement/collectionContractExamine.vue

@@ -158,7 +158,8 @@
         <h3>备注信息</h3>
       </div>
       <div style=" color: #afb5cb;margin-left: 20px;">
-        {{ deptBudgetList.remarks }}
+        <ws-input v-model="deptBudgetList.remarks" autosize disabled type="textarea" row="3" placeholder="暂无备注"
+          maxlength="3000" />
       </div>
       <ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :editable="false"
         accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" />

+ 1 - 1
src/views/contractManagement/purchaseContractAdd.vue

@@ -398,7 +398,7 @@
         <h3>备注信息</h3>
       </div>
       <!--备注信息-->
-      <ws-input v-model="deptBudgetList.remarks" type="textarea" row="3" placeholder="请输入备注信息,不超过3000字"
+      <ws-input v-model="deptBudgetList.remarks" type="textarea" autosize row="3" 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"

+ 1 - 1
src/views/contractManagement/purchaseContractEdit.vue

@@ -289,7 +289,7 @@
         <div class="remark">
           <h3>备注信息</h3>
         </div>
-        <ws-input v-model="deptBudgetList.remarks" type="textarea" row="3" placeholder="请输入备注信息,不超过200字"
+        <ws-input v-model="deptBudgetList.remarks" type="textarea" :row="3" autosize 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`" />

+ 4 - 2
src/views/contractManagement/purchaseContractExamine.vue

@@ -197,8 +197,10 @@
       <div class="remark">
         <h3>备注信息</h3>
       </div>
-    <div style=" color: #afb5cb;margin-left: 20px;">
-        {{ deptBudgetList.remarks }}
+    <div style=" color: #afb5cb;margin-left: 20px;margin-bottom: 20px;">
+        <!-- {{ deptBudgetList.remarks }} -->
+        <ws-input v-model="deptBudgetList.remarks" disabled type="textarea" autosize row="3" placeholder="暂无备注信息"
+        maxlength="3000" />
       </div>
       <ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :editable="false"
         accept=".jpg, .jpeg, .png, .pdf, .doc, .zip, .rar" />

+ 1 - 1
src/views/contractManagement/salesContractAdd.vue

@@ -389,7 +389,7 @@
     <div class="ce">
       <ws-form ref="deptBudgetList" :rules="ruleDeptBudget" :model="deptBudgetList">
         <!--备注信息-->
-        <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="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"

+ 1 - 1
src/views/contractManagement/salesContractEdit.vue

@@ -374,7 +374,7 @@
     <div class="center">
       <ws-form ref="deptBudgetList" :rules="ruleDeptBudget" :model="deptBudgetList">
         <!--备注信息-->
-        <ws-input v-model="deptBudgetList.remarks" type="textarea" row="3" placeholder="请输入备注信息,不超过200字"
+        <ws-input v-model="deptBudgetList.remarks" autosize type="textarea"  placeholder="请输入备注信息,不超过200字"
           maxlength="200" />
         <ws-upload ref="upload" :comp-id="compId" :appendix-ids="deptBudgetList.addressUrl" :editable="true" accept=".jpg, .jpeg, .png, .pdf, .doc, .docx, .zip, .rar" v-hasPermission="
             `contractManagement.salesContract.salesContractInfo.appl`"/>

+ 2 - 1
src/views/contractManagement/salesContractExamine.vue

@@ -322,7 +322,8 @@
         <div class="remark">
           <h3>备注信息</h3>
           <div class="beizhu">
-            {{ deptBudgetList.remarks }}
+            <ws-input v-model="deptBudgetList.remarks" disabled type="textarea" :row="3" autosize placeholder="暂无备注信息"
+          maxlength="200" />
           </div>
         </div>
 

+ 0 - 2
src/views/outboundManagement/weighingManagementNew.vue

@@ -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