zhongtianhaoyuan 4 năm trước cách đây
mục cha
commit
5fdb3d9e8c

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 478 - 416
src/views/contractManagement/purchaseContractAdd.vue


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

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

+ 4 - 4
src/views/contractManagement/salesContract.vue

@@ -251,11 +251,8 @@ export default {
       deptBudgetTotal: 0,
       deptBudgetTotal: 0,
       size: 10,
       size: 10,
       compId: sessionStorage.getItem('ws-pf_compId'),
       compId: sessionStorage.getItem('ws-pf_compId'),
-      deptBudgetTotal:{},
-      handleSizeChange:{},
       handleCurrentChange:{},
       handleCurrentChange:{},
-      compId:{},
-      size:{},
+    
  
  
       deptCircularPage: {},
       deptCircularPage: {},
       accessoryTFs: false,
       accessoryTFs: false,
@@ -715,6 +712,9 @@ export default {
     cursor: text;
     cursor: text;
     padding: 0 !important;
     padding: 0 !important;
   }
   }
+  /deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
+  width: 130px;
+}
 }
 }
 /deep/.el-table .el-table__header .cell,
 /deep/.el-table .el-table__header .cell,
 /deep/.el-table .el-table__body .cell {
 /deep/.el-table .el-table__body .cell {

+ 18 - 29
src/views/contractManagement/salesContractAdd.vue

@@ -27,13 +27,16 @@
         ref="deptBudgetList"
         ref="deptBudgetList"
         
         
         :model="deptBudgetList"
         :model="deptBudgetList"
+        
       >
       >
         <!--基本信息-->
         <!--基本信息-->
 
 
         <ws-info-table>
         <ws-info-table>
           <!--合同编号-->
           <!--合同编号-->
-          <ws-form-item label="合同编号" span="1" prop="contractNo">
-            <ws-input prop="contractNo1"
+          <ws-form-item label="合同编号" span="1" prop="contractNo" 
+          
+          >
+            <ws-input
               v-model="deptBudgetList.contractNo"
               v-model="deptBudgetList.contractNo"
               placeholder="请输入合同编号"
               placeholder="请输入合同编号"
               maxlength="20"
               maxlength="20"
@@ -81,6 +84,7 @@
               placeholder="请输入卖方名称"
               placeholder="请输入卖方名称"
               maxlength="100"
               maxlength="100"
               size="small"
               size="small"
+              
             />
             />
             <span class="unchangeable">*</span>
             <span class="unchangeable">*</span>
           </ws-form-item>
           </ws-form-item>
@@ -96,10 +100,11 @@
           </ws-form-item>
           </ws-form-item>
 
 
           <!--买方电话-->
           <!--买方电话-->
-          <ws-form-item label="买方电话" span="1" prop="buyerPhone">
+          <ws-form-item label="买方电话" span="1" prop="contractNo" 
+           
+          >
             <ws-input
             <ws-input
-              v-model="deptBudgetList.buyerPhone"
-              placeholder="请输入买方电话"
+              v-model.number="deptBudgetList.buyerPhone"
               maxlength="100"
               maxlength="100"
               size="small"
               size="small"
             />
             />
@@ -559,7 +564,10 @@ export default {
     },
     },
   },
   },
   data() {
   data() {
+
     return {
     return {
+   
+     
       //弹出框
       //弹出框
       dialogViewSpareMoney: false,
       dialogViewSpareMoney: false,
       dialogApproveFormVisible: false,
       dialogApproveFormVisible: false,
@@ -628,6 +636,9 @@ export default {
     this.showType = this.isShow
     this.showType = this.isShow
   },
   },
   methods: {
   methods: {
+    
+
+
     // 关闭 dialog时 处理文件url 初始化upload组件
     // 关闭 dialog时 处理文件url 初始化upload组件
     handleClose() {
     handleClose() {
       this.dialogViewSpareMoney = false
       this.dialogViewSpareMoney = false
@@ -1132,30 +1143,8 @@ export default {
   overflow: scroll;
   overflow: scroll;
   height: 93vh;
   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;
+/deep/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
+  width: 130px;
 }
 }
 /deep/.el-date-editor.el-input{
 /deep/.el-date-editor.el-input{
   width: 232px;
   width: 232px;

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

@@ -242,6 +242,7 @@
             {{deptBudgetList.unitContractPrice}}
             {{deptBudgetList.unitContractPrice}}
             </div>
             </div>
             <span class="unchangeable">*</span>
             <span class="unchangeable">*</span>
+
           </ws-form-item>
           </ws-form-item>
 
 
           <!--交货日期(止)-->
           <!--交货日期(止)-->
@@ -929,6 +930,7 @@ export default {
   overflow: scroll;
   overflow: scroll;
   height: 93vh;
   height: 93vh;
 }
 }
+
 //*号
 //*号
 .unchangeable{
 .unchangeable{
 position: absolute;
 position: absolute;
@@ -964,6 +966,7 @@ font-family: PingFangSC-Regular, PingFang SC;
 font-weight: 400;
 font-weight: 400;
 color: #AFB5CB;
 color: #AFB5CB;
 line-height: 14px;
 line-height: 14px;
+
 }
 }
 /deep/.el-input--small .el-input__inner {
 /deep/.el-input--small .el-input__inner {
     height: 32px;
     height: 32px;

+ 55 - 43
src/views/contractManagement/salesContractExamine.vue

@@ -395,17 +395,6 @@ export default {
 }
 }
 </script>
 </script>
 <style lang="scss" scoped>
 <style lang="scss" scoped>
-/deep/.ws-info-table .el-form-item .el-form-item__label {
-  width: 140px;
-  text-align: center;
-}
-.el-form {
-  padding: 0 20%;
-}
-.el-form-item {
-  width: 50%;
-}
-
 .button-container {
 .button-container {
   display: flex;
   display: flex;
   flex-wrap: nowrap;
   flex-wrap: nowrap;
@@ -439,7 +428,7 @@ export default {
 }
 }
 .box-app {
 .box-app {
   display: inline-block;
   display: inline-block;
-  float: left;
+
   margin-left: 30px;
   margin-left: 30px;
   line-height: 50px;
   line-height: 50px;
 }
 }
@@ -456,35 +445,41 @@ export default {
 .collapse-bottom {
 .collapse-bottom {
   margin-bottom: 20px;
   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 {
 .input-main .textarea .el-textarea__inner {
   width: 100%;
   width: 100%;
   z-index: 1;
   z-index: 1;
 }
 }
 .bg-left {
 .bg-left {
-  padding-left: 10px;
+  padding-left: 30px;
 }
 }
 .bg-right {
 .bg-right {
-  padding-right: 10px;
+  padding: 10px;
   text-align: right;
   text-align: right;
 }
 }
 .bg-bottom {
 .bg-bottom {
   margin: 20px 0px;
   margin: 20px 0px;
 }
 }
-.remark h3 {
+.wenzi {
+  width: 900px;
+  margin: 0 auto;
+}
+.wenzi h3 {
   display: inline-block;
   display: inline-block;
-  margin-right: 20px;
+  left: 30px;
 }
 }
-.remark p {
+.wenzi p {
   display: inline-block;
   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 {*/
 /*.crt-main .textarea /deep/ .el-form-item__label {*/
 /*  height: 82px;*/
 /*  height: 82px;*/
 /*}*/
 /*}*/
@@ -524,6 +519,7 @@ export default {
     }
     }
   }
   }
 }
 }
+
 // 控制select为只读的时候显示样式
 // 控制select为只读的时候显示样式
 /deep/.ws-class-table-col {
 /deep/.ws-class-table-col {
   height: auto;
   height: auto;
@@ -553,28 +549,44 @@ export default {
   overflow: scroll;
   overflow: scroll;
   height: 93vh;
   height: 93vh;
 }
 }
-.unchanged {
+//*号
+.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;
   position: absolute;
   left: 37px;
   left: 37px;
   width: 102px;
   width: 102px;
-  height: 14px;
-  font-size: 14px;
-  font-family: PingFangSC-Regular, PingFang SC;
-  font-weight: 400;
-  color: #afb5cb;
-  line-height: 14px;
+height: 14px;
+font-size: 14px;
+font-family: PingFangSC-Regular, PingFang SC;
+font-weight: 400;
+color: #AFB5CB;
+line-height: 14px;
 }
 }
-.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/.ws-info-table[data-v-850a44a6] .el-form-item .el-form-item__label{
+  width: 130px;
 }
 }
 /deep/.el-input--small .el-input__inner {
 /deep/.el-input--small .el-input__inner {
     height: 32px;
     height: 32px;

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác