瀏覽代碼

车辆管理及仓储合计修改

wengyuwen 4 年之前
父節點
當前提交
dcf11b8e68

+ 98 - 67
src/views/basicdata/fleet/carManage-add-or-update.vue

@@ -12,6 +12,7 @@
           v-model="dataFormD.fleetCompanyId"
           filterable
           remote
+          :disabled="doNot"
           reserve-keyword
           placeholder="请输入关键词"
           :remote-method="handleSelect"
@@ -26,49 +27,49 @@
         </el-select>
       </el-form-item>
       <el-form-item label="车牌号" prop="carNum" style="width: 325px">
-        <el-input v-model="dataFormD.carNum" style="width: 200px" placeholder="车牌号"></el-input>
+        <el-input v-model="dataFormD.carNum" style="width: 200px" :disabled="doNot" placeholder="车牌号"></el-input>
       </el-form-item>
       <el-form-item label="驾驶员" prop="carNum" style="width: 325px">
-        <el-input v-model="dataFormD.driverName" style="width: 200px" placeholder="驾驶员"></el-input>
+        <el-input v-model="dataFormD.driverName" style="width: 200px" :disabled="doNot" placeholder="驾驶员"></el-input>
       </el-form-item>
       <el-form-item label="挂号" prop="hangNum" style="width: 325px">
-        <el-input v-model="dataFormD.hangNum" style="width: 200px" placeholder="挂号"></el-input>
+        <el-input v-model="dataFormD.hangNum" style="width: 200px" :disabled="doNot" placeholder="挂号"></el-input>
       </el-form-item>
       <el-form-item label="燃油类型" prop="fuelType" style="width: 325px">
-        <el-input v-model="dataFormD.fuelType" style="width: 200px" placeholder="燃油类型"></el-input>
+        <el-input v-model="dataFormD.fuelType" style="width: 200px" :disabled="doNot" placeholder="燃油类型"></el-input>
       </el-form-item>
       <el-form-item label="车辆类型" prop="carType" style="width: 325px">
-        <el-input v-model="dataFormD.carType" style="width: 200px" placeholder="车辆类型"></el-input>
+        <el-input v-model="dataFormD.carType" style="width: 200px" :disabled="doNot" placeholder="车辆类型"></el-input>
       </el-form-item>
       <el-form-item label="车辆名称" prop="carName" style="width: 325px">
-        <el-input v-model="dataFormD.carName" style="width: 200px" placeholder="车辆名称"></el-input>
+        <el-input v-model="dataFormD.carName" style="width: 200px" :disabled="doNot" placeholder="车辆名称"></el-input>
       </el-form-item>
       <el-form-item label="车辆品牌" prop="carBrand" style="width: 325px">
-        <el-input v-model="dataFormD.carBrand" style="width: 200px" placeholder="车辆品牌"></el-input>
+        <el-input v-model="dataFormD.carBrand" style="width: 200px" :disabled="doNot" placeholder="车辆品牌"></el-input>
       </el-form-item>
       <el-form-item label="制造单位" prop="manufactureUnit" style="width: 325px">
-        <el-input v-model="dataFormD.manufactureUnit" style="width: 200px" placeholder="制造单位"></el-input>
+        <el-input v-model="dataFormD.manufactureUnit" style="width: 200px" :disabled="doNot" placeholder="制造单位"></el-input>
       </el-form-item>
       <el-form-item label="发证机关" prop="officeOfCertificate" style="width: 325px">
-        <el-input v-model="dataFormD.officeOfCertificate" style="width: 200px" placeholder="发证机关"></el-input>
+        <el-input v-model="dataFormD.officeOfCertificate" style="width: 200px" :disabled="doNot" placeholder="发证机关"></el-input>
       </el-form-item>
       <el-form-item label="牵引车辆型号" prop="pullCarType" style="width: 325px">
-        <el-input v-model="dataFormD.pullCarType" style="width: 200px" placeholder="牵引车辆型号"></el-input>
+        <el-input v-model="dataFormD.pullCarType" style="width: 200px" :disabled="doNot" placeholder="牵引车辆型号"></el-input>
       </el-form-item>
       <el-form-item label="牵引车车架号" prop="pullCarShelfNum" style="width: 325px">
-        <el-input v-model="dataFormD.pullCarShelfNum" style="width: 200px" placeholder="牵引车车架号"></el-input>
+        <el-input v-model="dataFormD.pullCarShelfNum" style="width: 200px" :disabled="doNot" placeholder="牵引车车架号"></el-input>
       </el-form-item>
       <el-form-item label="挂车型号" prop="mountCarType" style="width: 325px">
-        <el-input v-model="dataFormD.mountCarType" style="width: 200px" placeholder="挂车型号"></el-input>
+        <el-input v-model="dataFormD.mountCarType" style="width: 200px" :disabled="doNot" placeholder="挂车型号"></el-input>
       </el-form-item>
       <el-form-item label="挂车车架号" prop="mountCarNum" style="width: 325px">
-        <el-input v-model="dataFormD.mountCarNum" style="width: 200px" placeholder="挂车车架号"></el-input>
+        <el-input v-model="dataFormD.mountCarNum" style="width: 200px" :disabled="doNot" placeholder="挂车车架号"></el-input>
       </el-form-item>
       <el-form-item label="发动机型号" prop="engine" style="width: 325px">
-        <el-input v-model="dataFormD.engine" style="width: 200px" placeholder="发动机型号"></el-input>
+        <el-input v-model="dataFormD.engine" style="width: 200px" :disabled="doNot" placeholder="发动机型号"></el-input>
       </el-form-item>
       <el-form-item label="核载人数" prop="carLoadPersion" style="width: 325px">
-        <el-input v-model="dataFormD.carLoadPersion" style="width: 200px" placeholder="核载人数"></el-input>
+        <el-input v-model="dataFormD.carLoadPersion" style="width: 200px" :disabled="doNot" placeholder="核载人数"></el-input>
       </el-form-item>
       <el-form-item label="购车日期" prop="buyCarDate" style="width: 325px">
         <!--            <el-input v-model="dataForm.buyCarDate" placeholder="购车日期"></el-input>-->
@@ -77,6 +78,7 @@
           value-format="yyyy-MM-dd HH:mm:ss"
           v-model="dataFormD.buyCarDate"
           type="date"
+          :disabled="doNot"
           placeholder="创建时间"
         >
         </el-date-picker>
@@ -88,6 +90,7 @@
           value-format="yyyy-MM-dd HH:mm:ss"
           v-model="dataFormD.regiestDate"
           type="date"
+          :disabled="doNot"
           placeholder="创建时间"
         >
         </el-date-picker>
@@ -99,21 +102,22 @@
           value-format="yyyy-MM-dd HH:mm:ss"
           v-model="dataFormD.abandonDate"
           type="date"
+          :disabled="doNot"
           placeholder="创建时间"
         >
         </el-date-picker>
       </el-form-item>
       <el-form-item label="外阔尺寸mm" prop="outerSize" style="width: 325px">
-        <el-input v-model="dataFormD.outerSize" style="width: 200px" placeholder="外阔尺寸mm"></el-input>
+        <el-input v-model="dataFormD.outerSize" style="width: 200px" :disabled="doNot" placeholder="外阔尺寸mm"></el-input>
       </el-form-item>
       <el-form-item label="总重量kg" prop="sumWeight" style="width: 325px">
-        <el-input v-model="dataFormD.sumWeight" style="width: 200px" placeholder="总重量kg"></el-input>
+        <el-input v-model="dataFormD.sumWeight" style="width: 200px" :disabled="doNot" placeholder="总重量kg"></el-input>
       </el-form-item>
       <el-form-item label="核定重量kg" prop="vouchWeight" style="width: 325px">
-        <el-input v-model="dataFormD.vouchWeight" style="width: 200px" placeholder="核定重量kg"></el-input>
+        <el-input v-model="dataFormD.vouchWeight" style="width: 200px" :disabled="doNot" placeholder="核定重量kg"></el-input>
       </el-form-item>
       <el-form-item label="装备质量kg" prop="equipWeight" style="width: 325px">
-        <el-input v-model="dataFormD.equipWeight" style="width: 200px" placeholder="装备质量kg"></el-input>
+        <el-input v-model="dataFormD.equipWeight" style="width: 200px" :disabled="doNot" placeholder="装备质量kg"></el-input>
       </el-form-item>
     </el-form>
     <el-collapse accordion>
@@ -132,8 +136,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[0].attachUrl" @click="preview(0)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[0].attachUrl" @click="preview(0)">预览</el-button>
               </el-upload>
               </el-form-item>
             <el-form-item label="运营证头图片" style="width: 100%;">
@@ -148,8 +152,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[2].attachUrl" @click="preview(2)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[2].attachUrl" @click="preview(2)">预览</el-button>
               </el-upload>
             </el-form-item>
             <el-form-item label="营运挂载图片" style="width: 100%;">
@@ -164,8 +168,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[4].attachUrl" @click="preview(4)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[4].attachUrl" @click="preview(4)">预览</el-button>
               </el-upload>
             </el-form-item>
             <el-form-item label="二级维护图片" style="width: 100%;">
@@ -180,8 +184,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[6].attachUrl" @click="preview(6)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[6].attachUrl" @click="preview(6)">预览</el-button>
               </el-upload>
             </el-form-item>
             <el-form-item label="承运人保险图片" style="width: 100%;">
@@ -196,8 +200,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[8].attachUrl" @click="preview(8)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[8].attachUrl" @click="preview(8)">预览</el-button>
               </el-upload>
             </el-form-item>
           </div>
@@ -214,8 +218,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[1].attachUrl" @click="preview(1)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[1].attachUrl" @click="preview(1)">预览</el-button>
               </el-upload>
             </el-form-item>
             <el-form-item label="技术评定证书图片" style="width: 100%;">
@@ -230,8 +234,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[3].attachUrl" @click="preview(3)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[3].attachUrl" @click="preview(3)">预览</el-button>
               </el-upload>
             </el-form-item>
             <el-form-item label="二级维护图片" style="width: 100%;">
@@ -246,8 +250,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[5].attachUrl" @click="preview(5)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[5].attachUrl" @click="preview(5)">预览</el-button>
               </el-upload>
             </el-form-item>
             <el-form-item label="商业保险图片1" style="width: 100%;">
@@ -262,8 +266,8 @@
                 :limit="1"
                 :headers="headers"
                 :on-exceed="handleExceed">
-                <el-button size="small" type="primary">点击上传</el-button>
-                <el-button size="small" type="primary" v-if="fTmsorderbillsattachs[7].attachUrl" @click="preview(7)">预览</el-button>
+                <el-button size="small" :disabled="doNot" type="primary">点击上传</el-button>
+                <el-button size="small" :disabled="doNot" type="primary" v-if="fTmsorderbillsattachs[7].attachUrl" @click="preview(7)">预览</el-button>
               </el-upload>
             </el-form-item>
           </div>
@@ -271,9 +275,9 @@
       </el-form>
     </el-collapse>
     <span slot="footer" class="dialog-footer">
-      <el-button type="info">修改</el-button>
+      <el-button type="info" @click="handleUpdata">修改</el-button>
       <el-button @click="visible = false">取消</el-button>
-      <el-button type="primary" @click="dataFormSubmit">确定</el-button>
+      <el-button type="primary" :disabled="doNot" @click="dataFormSubmit">确定</el-button>
     </span>
   </el-dialog>
 </template>
@@ -302,6 +306,7 @@ export default {
         {attachUrl:'',attachName:'',actId:''},
         {attachUrl:'',attachName:'',actId:''},
       ],
+      doNot:true,
       imageUrl: '',
       dataFormD: {},
       visible: false,
@@ -322,59 +327,48 @@ export default {
     }
   },
   methods: {
+    handleUpdata(){
+      this.doNot = false
+    },
     handleAvatarSuccess(actid,res, file) {
       console.log(actid)
       switch (actid){
         case 1:
-          this.$set(this.fTmsorderbillsattachs[0], 'actId', actid)
-          this.$set(this.fTmsorderbillsattachs[0], 'attachUrl', res.url)
-          this.$set(this.fTmsorderbillsattachs[0], 'attachName', res.fileName)
-          console.log(this.fTmsorderbillsattachs)
+          this.simplification(0)
           break
         case 2:
-          this.fTmsorderbillsattachs[1].actId = actid
-          this.fTmsorderbillsattachs[1].attachUrl = res.url
-          this.fTmsorderbillsattachs[1].attachName = res.fileName
+          this.simplification(1)
           break
         case 3:
-          this.fTmsorderbillsattachs[2].actId = actid
-          this.fTmsorderbillsattachs[2].attachUrl = res.url
-          this.fTmsorderbillsattachs[2].attachName = res.fileName
+          this.simplification(2)
           break
         case 4:
-          this.fTmsorderbillsattachs[3].actId = actid
-          this.fTmsorderbillsattachs[3].attachUrl = res.url
-          this.fTmsorderbillsattachs[3].attachName = res.fileName
+          this.simplification(3)
           break
         case 5:
-          this.fTmsorderbillsattachs[4].actId = actid
-          this.fTmsorderbillsattachs[4].attachUrl = res.url
-          this.fTmsorderbillsattachs[4].attachName = res.fileName
+          this.simplification(4)
           break
         case 6:
-          this.fTmsorderbillsattachs[5].actId = actid
-          this.fTmsorderbillsattachs[5].attachUrl = res.url
-          this.fTmsorderbillsattachs[5].attachName = res.fileName
+          this.simplification(5)
           break
         case 7:
-          this.fTmsorderbillsattachs[6].actId = actid
-          this.fTmsorderbillsattachs[6].attachUrl = res.url
-          this.fTmsorderbillsattachs[6].attachName = res.fileName
+          this.simplification(6)
           break
         case 8:
-          this.fTmsorderbillsattachs[7].actId = actid
-          this.fTmsorderbillsattachs[7].attachUrl = res.url
-          this.fTmsorderbillsattachs[7].attachName = res.fileName
+          this.simplification(7)
           break
         case 9:
-          this.fTmsorderbillsattachs[8].actId = actid
-          this.fTmsorderbillsattachs[8].attachUrl = res.url
-          this.fTmsorderbillsattachs[8].attachName = res.fileName
+          this.simplification(8)
           break
         default:
           this.$message.error('未知错误,请稍后再试');
       }
     },
+    simplification(index){
+      this.fTmsorderbillsattachs[index].actId = actid
+      this.fTmsorderbillsattachs[index].attachUrl = res.url
+      this.fTmsorderbillsattachs[index].attachName = res.fileName
+    },
     handleRemove(actid,file, fileList) {
       this.fTmsorderbillsattachs[actid].attachUrl = ''
       this.fTmsorderbillsattachs[actid].attachName = ''
@@ -393,6 +387,7 @@ export default {
       this.visible = true
       if (this.dataForm.Id) {
         lookOver(this.dataForm.Id).then(data => {
+          this.doNot = true
           console.log(data)
           this.dataFormD = data.data.fleetCarManage
           this.fTmsorderbillsattachs = data.data.fTmsorderbillsattachs
@@ -401,6 +396,42 @@ export default {
             this.handleSelect()
           }
         })
+      }else {
+        this.dataFormD = {
+          fleetCompanyId:'',
+          carNum:'',
+          driverName:'',
+          hangNum:'',
+          fuelType:'',
+          carType:'',
+          carName:'',
+          carBrand:'',
+          manufactureUnit:'',
+          officeOfCertificate:'',
+          pullCarType:'',
+          pullCarShelfNum:'',
+          mountCarType:'',
+          mountCarNum:'',
+          engine:'',
+          carLoadPersion:'',
+          buyCarDate:'',
+          regiestDate:'',
+          abandonDate:'',
+          outerSize:'',
+          sumWeight:'',
+          vouchWeight:'',
+          equipWeight:''
+        }
+        this.fTmsorderbillsattachs = [{attachUrl:'',attachName:'',actId:''},
+          {attachUrl:'',attachName:'',actId:''},
+          {attachUrl:'',attachName:'',actId:''},
+          {attachUrl:'',attachName:'',actId:''},
+          {attachUrl:'',attachName:'',actId:''},
+          {attachUrl:'',attachName:'',actId:''},
+          {attachUrl:'',attachName:'',actId:''},
+          {attachUrl:'',attachName:'',actId:''},
+          {attachUrl:'',attachName:'',actId:''}]
+        this.doNot = false
       }
     },
     preview(actid){

+ 15 - 1
src/views/basicdata/fleet/carManage.vue

@@ -255,6 +255,10 @@
         width="130"
         label="注册日期"
       >
+        <template slot-scope="scope">
+          <span v-if="!scope.row.regiestDate"></span>
+          <span v-else>{{ scope.row.regiestDate.slice(0,10) }}</span>
+        </template>
       </el-table-column>
       <el-table-column
         prop="abandonDate"
@@ -263,13 +267,22 @@
         width="130"
         label="报废日期"
       >
+        <template slot-scope="scope">
+          <span v-if="!scope.row.abandonDate"></span>
+          <span v-else>{{ scope.row.abandonDate.slice(0,10) }}</span>
+        </template>
       </el-table-column>
       <el-table-column
         prop="creatTime"
         header-align="center"
         align="center"
+        width="130"
         label="添加时间"
       >
+        <template slot-scope="scope">
+          <span v-if="!scope.row.creatTime"></span>
+          <span v-else>{{ scope.row.creatTime.slice(0,10) }}</span>
+        </template>
       </el-table-column>
       <el-table-column
         fixed="right"
@@ -305,7 +318,7 @@
             icon="el-icon-edit"
             @click="addOrUpdateHandle(scope.row)"
             v-hasPermi="['fleet:companyMsg:edit']"
-          >修改
+          >查看
           </el-button>
           <el-button
             size="mini"
@@ -375,6 +388,7 @@ export default {
         }
         this.dataListLoading = false
       })
+
     },
     // 每页数
     sizeChangeHandle(val) {

+ 1 - 1
src/views/reportManagement/Statistics/index.vue

@@ -388,7 +388,7 @@ export default {
               }
             }, 0)
             if(index ===10 || index ===11){
-              sums[index] = (sums[index]/1000).toFixed(2) + '吨'
+              sums[index] = (sums[index]/1000).toFixed(2) + '()'
             }
           }
         }

+ 1 - 1
src/views/reportManagement/whgenleg/index.vue

@@ -365,7 +365,7 @@ export default {
               }
             }, 0)
             if( index ===11 || index ===12 || index ===14 || index ===15 || index ===17 || index ===18){
-              sums[index] = (sums[index]/1000).toFixed(2) + '吨'
+              sums[index] = (sums[index]/1000).toFixed(2) + '()'
             }
           }
         }

+ 1 - 1
src/views/warehouseBusiness/goodsTransfer/index.vue

@@ -2034,7 +2034,7 @@
                 }
               }, 0)
               if(index ===13 || index ===12){
-                sums[index] = (sums[index]/1000).toFixed(2) + '吨'
+                sums[index] = (sums[index]/1000).toFixed(2) + '()'
               }
             }
           }

+ 33 - 33
src/views/warehouseBusiness/inStock/index.vue

@@ -2887,8 +2887,8 @@
           <tr>
           <td
              width="500"
-             colspan="4"
-             style="padding: 6px; font-weight: bold;"
+             colspan="3"
+             style="padding: 6px; font-weight: bold;font-size: 14px"
              class="zzss"
           >
               作业类型:{{ businessType }}
@@ -2905,66 +2905,66 @@
             <td
               v-else
               width="500"
-              colspan="2"
-              style="padding: 6px; font-weight: bold;"
+              colspan="3"
+              style="padding: 6px; font-weight: bold;font-size: 14px"
               class="zzss"
             >
               入库日期:{{ fBsdates }} {{ fBstime.slice(11,19) }}
             </td>
           </tr>
           <tr>
-            <td width="200">车号</td>
-            <td width="200">货物品名</td>
-            <td width="200">提单号</td>
-            <td width="200">品牌/规格/产地</td>
-            <td width="200">净重(kg)</td>
-            <td width="200">件数(50KG)</td>
+            <td width="200" style="font-size: 14px">车号</td>
+            <td width="200" style="font-size: 14px">货物品名</td>
+            <td width="200" style="font-size: 14px">提单号</td>
+            <td width="200" style="font-size: 14px">品牌/规格/产地</td>
+            <td width="200" style="font-size: 14px">净重(kg)</td>
+            <td width="200" style="font-size: 14px">件数(50KG)</td>
           </tr>
           <tr v-for="(item, index) in Printinglist" :key="index">
-            <td width="200">{{ item.fTruckno }}</td>
-            <td width="200">{{ item.fGoodsids }}</td>
-            <td width="200">{{ item.fMblno }}</td>
-            <td width="200">{{item.fBusinessTypes}}/{{item.fMarks}}</td>
-            <td width="200">{{item.fNetweight}}</td>
-            <td width="200">{{ item.fQty }}</td>
+            <td width="200" style="font-size: 14px">{{ item.fTruckno }}</td>
+            <td width="200" style="font-size: 14px">{{ item.fGoodsids }}</td>
+            <td width="200" style="font-size: 14px">{{ item.fMblno }}</td>
+            <td width="200" style="font-size: 14px">{{item.fBusinessTypes}}/{{item.fMarks}}</td>
+            <td width="200" style="font-size: 14px">{{item.fNetweight}}</td>
+            <td width="200" style="font-size: 14px">{{ item.fQty }}</td>
           </tr>
           <tr>
             <td width="1400" colspan="6">&nbsp;</td>
           </tr>
           <tr>
-            <td>备注:</td>
-            <td colspan="5">{{ form.remark }}</td>
+            <td style="font-size: 14px">备注:</td>
+            <td colspan="5" style="font-size: 14px">{{ form.remark }}</td>
           </tr>
           <tr
             v-for="(item, indexe) in Collectionoptionss"
             :key="indexe + 'index'"
           >
-            <td>收费</td>
-            <td>{{ item.fFeeids }}</td>
-            <td>{{ item.fAmount }} 元</td>
+            <td style="font-size: 14px">收费</td>
+            <td style="font-size: 14px">{{ item.fFeeids }}</td>
+            <td style="font-size: 14px">{{ item.fAmount }} 元</td>
             <!-- <td colspan="4">办单费:5元,过磅费自理</td> -->
           </tr>
           <tr>
-            <td>司机签字:</td>
-            <td></td>
-            <td>电话</td>
-            <td>{{ fDriverTel }}</td>
-            <td colspan="2" rowspan="2">
+            <td style="font-size: 14px">司机签字:</td>
+            <td style="font-size: 14px"></td>
+            <td style="font-size: 14px">电话</td>
+            <td style="font-size: 14px">{{ fDriverTel }}</td>
+            <td style="font-size: 14px" colspan="2" rowspan="2">
               确认货物数量无误,包装于货物完好!<br />出库盖好篷布,如有违背责任自负<br />装卸工是否收小费
             </td>
           </tr>
           <tr>
-            <td>制表:</td>
-            <td>{{ form.createBy }}</td>
-            <td>机械/人工:</td>
-            <td></td>
+            <td style="font-size: 14px">制表:</td>
+            <td style="font-size: 14px">{{ form.createBy }}</td>
+            <td style="font-size: 14px">机械/人工:</td>
+            <td style="font-size: 14px"></td>
           </tr>
 <!--          <tr>-->
 <!--            <td colspan="6" class="zzss">&nbsp;</td>-->
 <!--          </tr>-->
           <tr>
-            <td width="290" class="zzss" colspan="2">地址:{{ dataListFaddr }}</td>
-            <td width="290" class="zzss" colspan="2">电话:{{ form.fTel }}</td>
+            <td width="290" class="zzss" colspan="2" style="font-size: 14px">地址:{{ dataListFaddr }}</td>
+            <td width="290" class="zzss" colspan="2" style="font-size: 14px">电话:{{ form.fTel }}</td>
             <td width="280" class="zzss"></td>
             <td width="280" class="zzss"></td>
 
@@ -3429,7 +3429,7 @@ export default {
               }
             }, 0)
             if(index ===13 || index ===12){
-              sums[index] = (sums[index]/1000).toFixed(2) + '吨'
+              sums[index] = (sums[index]/1000).toFixed(2) + '()'
             }
           }
         }

+ 1 - 1
src/views/warehouseBusiness/outStock/index.vue

@@ -3303,7 +3303,7 @@ export default {
               }
             }, 0)
             if(index ===13 || index ===12){
-              sums[index] = (sums[index]/1000).toFixed(2) + '吨'
+              sums[index] = (sums[index]/1000).toFixed(2) + '()'
             }
           }
         }

+ 1 - 1
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -3016,7 +3016,7 @@ export default {
               }
             }, 0)
             if(index ===13 || index ===14){
-              sums[index] = (sums[index]/1000).toFixed(2) + '吨'
+              sums[index] = (sums[index]/1000).toFixed(2) + '()'
             }
           }
         }