Răsfoiți Sursa

附件名称

ZaiZai 1 an în urmă
părinte
comite
b363934561

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240704111433"
+  "value": "20240704135249"
 }

+ 2 - 2
src/config/index.json

@@ -1,9 +1,9 @@
 {
     "version": "20230607160059",
     "target1": "http://127.0.0.1:8090",
-    "target2": "http://192.168.0.125:8090",
+    "target": "http://192.168.0.125:8090",
     "target3": "http://39.108.216.210:8090",
-    "target": "http://192.168.0.109:8090",
+    "target4": "http://192.168.0.109:8090",
     "smsPhone": "",
     "vite": {
         "port": 5180,

+ 4 - 6
src/views/debit-pay/material/components/material/dataModal.vue

@@ -86,13 +86,10 @@
                         </hc-info-table-td>
                     </tr>
                     <tr>
-                        <hc-info-table-td is-title width="10%">
-                            <span>调差数量:</span>
-                            <i class="i-iconoir-asterisk asterisk-icon" />
-                        </hc-info-table-td>
+                        <hc-info-table-td is-title width="10%">调差数量:</hc-info-table-td>
                         <hc-info-table-td>
-                            <el-form-item prop="adjustTotal">
-                                <el-input v-model="formModel.adjustTotal" />
+                            <el-form-item>
+                                <el-input v-model="formModel.adjustTotal" disabled />
                             </el-form-item>
                         </hc-info-table-td>
                         <hc-info-table-td is-title width="10%">价差幅度:</hc-info-table-td>
@@ -544,6 +541,7 @@ const changeTotalBlur = (row) => {
 
 //计算
 const computationClick = async () => {
+    console.log('1111')
     const isForm = await formValidate(formRef.value)
     if (!isForm) return
     if (tableData1.value.length <= 0) {