瀏覽代碼

前端孟祥旭

gjy 4 年之前
父節點
當前提交
aded33f383

文件差異過大導致無法顯示
+ 557 - 352
src/views/contractManagement/purchaseContractAdd.vue


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

@@ -205,6 +205,7 @@
             prop="unitContractPrice"
             >
             <span v-if='deptBudgetList.unitContractPrice!="null"'>{{deptBudgetList.unitContractPrice}}</span>
+            
           </ws-form-item>
           <ws-form-item
             label="交货日期(止)"

+ 3 - 0
src/views/contractManagement/salesContract.vue

@@ -659,5 +659,8 @@ export default {
     cursor: text;
     padding: 0 !important;
   }
+  /deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
+  width: 130px;
+}
 }
 </style>

+ 19 - 3
src/views/contractManagement/salesContractAdd.vue

@@ -27,16 +27,20 @@
         ref="deptBudgetList"
         :rules="ruleDeptBudget"
         :model="deptBudgetList"
+        
       >
         <!--基本信息-->
 
         <ws-info-table>
           <!--合同编号-->
-          <ws-form-item label="合同编号" span="1" prop="contractNo">
+          <ws-form-item label="合同编号" span="1" prop="contractNo" 
+          
+          >
             <ws-input
               v-model="deptBudgetList.contractNo"
               maxlength="100"
               size="small"
+              
             />
             <span class="unchangeable">*</span>
           </ws-form-item>
@@ -75,6 +79,7 @@
               v-model="deptBudgetList.seller"
               maxlength="100"
               size="small"
+              
             />
             <span class="unchangeable">*</span>
           </ws-form-item>
@@ -89,9 +94,11 @@
           </ws-form-item>
 
           <!--买方电话-->
-          <ws-form-item label="买方电话" span="1" prop="contractNo">
+          <ws-form-item label="买方电话" span="1" prop="contractNo" 
+           
+          >
             <ws-input
-              v-model="deptBudgetList.buyerPhone"
+              v-model.number="deptBudgetList.buyerPhone"
               maxlength="100"
               size="small"
             />
@@ -534,7 +541,10 @@ export default {
     },
   },
   data() {
+
     return {
+   
+     
       //弹出框
       dialogViewSpareMoney: false,
       dialogApproveFormVisible: false,
@@ -597,6 +607,9 @@ export default {
     this.showType = this.isShow
   },
   methods: {
+    
+
+
     // 关闭 dialog时 处理文件url 初始化upload组件
     handleClose() {
       this.dialogViewSpareMoney = false
@@ -967,4 +980,7 @@ export default {
   overflow: scroll;
   height: 93vh;
 }
+/deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
+  width: 130px;
+}
 </style>

+ 10 - 7
src/views/contractManagement/salesContractEdit.vue

@@ -226,13 +226,13 @@
           </ws-form-item>
 
           <!--合同单价(元/吨)-->
-          <ws-form-item label="合同单价(元/吨)" span="1" prop="contractNo">
-            <ws-input
-              v-model="deptBudgetList.unitContractPrice"
-              maxlength="100"
-              size="small"
-            />
-            <span class="unchangeable">*</span>
+          <ws-form-item
+            label="合同单价(元/吨)"
+            span="1"
+            prop="unitContractPrice"
+            >
+            <span v-if='deptBudgetList.unitContractPrice!="null"'>{{deptBudgetList.unitContractPrice}}</span>
+            
           </ws-form-item>
 
           <!--交货日期(止)-->
@@ -897,4 +897,7 @@ ChapterTwoList:{},
   overflow: scroll;
   height: 93vh;
 }
+/deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
+  width: 130px;
+}
 </style>

+ 60 - 21
src/views/contractManagement/salesContractExamine.vue

@@ -349,13 +349,6 @@ export default {
 }
 </script>
 <style lang="scss" scoped>
-.el-form {
-  padding: 0 20%;
-}
-.el-form-item {
-  width: 50%;
-}
-
 .button-container {
   display: flex;
   flex-wrap: nowrap;
@@ -389,7 +382,7 @@ export default {
 }
 .box-app {
   display: inline-block;
-  float: left;
+
   margin-left: 30px;
   line-height: 50px;
 }
@@ -406,35 +399,41 @@ export default {
 .collapse-bottom {
   margin-bottom: 20px;
 }
-
-.input-main .textarea .el-textarea__inner {
-  width: 100%;
-  z-index: 1;
-}
-.collapse-bottom {
-  margin-bottom: 20px;
-}
 .input-main .textarea .el-textarea__inner {
   width: 100%;
   z-index: 1;
 }
 .bg-left {
-  padding-left: 10px;
+  padding-left: 30px;
 }
 .bg-right {
-  padding-right: 10px;
+  padding: 10px;
   text-align: right;
 }
 .bg-bottom {
   margin: 20px 0px;
 }
-.remark h3 {
+.wenzi {
+  width: 900px;
+  margin: 0 auto;
+}
+.wenzi h3 {
   display: inline-block;
-  margin-right: 20px;
+  left: 30px;
 }
-.remark p {
+.wenzi p {
   display: inline-block;
 }
+.center {
+  width: 900px;
+  margin: 0 auto;
+}
+.el-form-item {
+  width: 50%;
+}
+.el-form-item__label {
+  text-align: center;
+}
 /*.crt-main .textarea /deep/ .el-form-item__label {*/
 /*  height: 82px;*/
 /*}*/
@@ -474,6 +473,7 @@ export default {
     }
   }
 }
+
 // 控制select为只读的时候显示样式
 /deep/.ws-class-table-col {
   height: auto;
@@ -503,4 +503,43 @@ export default {
   overflow: scroll;
   height: 93vh;
 }
+//*号
+.unchangeable{
+position: absolute;
+ width: 9px;
+height: 22px;
+font-size: 16px;
+font-family: PingFangSC-Medium, PingFang SC;
+font-weight: 500;
+color: #FF2727;
+line-height: 22px;
+display: inline-block;
+right: 14px;
+}
+/deep/.el-input ,/deep/.el-date-editor{
+    font-size: 13px;
+    width: 232px;
+    left: 21px;
+}
+/deep/.el-textarea{
+  width: 900px;
+  margin: 0px;
+}
+/deep/el-date-editor--date{
+  width: 200px;
+}
+.unchanged{
+  position: absolute;
+  left: 37px;
+  width: 102px;
+height: 14px;
+font-size: 14px;
+font-family: PingFangSC-Regular, PingFang SC;
+font-weight: 400;
+color: #AFB5CB;
+line-height: 14px;
+}
+/deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
+  width: 130px;
+}
 </style>

+ 1 - 1
vue.config.js

@@ -144,7 +144,7 @@ module.exports = {
         // target: 'http://standard-dev.winsea.com/', //目标地址
         // target: 'http://localhost:8090/',
         // target: 'http://192.168.1.124:8090/',
-        target: 'http://192.168.1.110:8090/',
+        target: 'http://192.168.1.124:8090/',
         // target: 'http://192.168.24.5:8098',//目标地址
         // target: 'http://product-server.winsea.com/',
         // target: 'http://192.168.24.5:8098',//目标地址

部分文件因文件數量過多而無法顯示