Browse Source

代码上传

zhangqiOMG 1 năm trước cách đây
mục cha
commit
936da685a8

+ 3 - 0
src/Form/payvoucher/add.vue

@@ -146,6 +146,9 @@ export default {
         amount:[
           { required: true, message: '支出金额不可为空', trigger: 'blur'},
         ],
+        period:[
+          { required: true, message: '归属日期不能为空', trigger: 'change'},
+        ],
       },
       enterprises:[],
       accountclass:[],

+ 2 - 2
src/HDrpManagement/orderManage/details/tabs/productlist.vue

@@ -80,7 +80,7 @@
           width="100">
           <template slot-scope="scope">
             <p v-if="data.type !== '特殊订单' || hidePrice">¥&nbsp;{{tool.formatAmount(scope.row.price,2)}}</p>
-            <el-input v-if="data.type == '特殊订单' && !hidePrice" :disabled="data.status == '审核' || data.status == '关闭' || data.status == '确认'" v-model="scope.row.price" @change="priceChange(scope.row,scope.$index)" size="mini"></el-input>
+            <el-input v-if="data.type == '特殊订单' && !hidePrice" :disabled="data.status == '提交' || data.status == '审核' || data.status == '关闭' || data.status == '确认' ||  data.status == '手工关闭'" v-model="scope.row.price" @change="priceChange(scope.row,scope.$index)" size="mini"></el-input>
           </template>
         </el-table-column>
         <el-table-column
@@ -89,7 +89,7 @@
           width="150">
           <template slot-scope="scope">
             <p v-if="data.type !== '特殊订单' || hidePrice">¥&nbsp;{{tool.formatAmount(scope.row.amount,2)}}</p>
-            <el-input v-if="data.type == '特殊订单' && !hidePrice" :disabled="data.status == '审核' || data.status == '关闭' || data.status == '确认'" v-model="scope.row.amount" @change="amountChange(scope.row,scope.$index)" size="mini"></el-input>
+            <el-input v-if="data.type == '特殊订单' && !hidePrice" :disabled="data.status == '提交' || data.status == '审核' || data.status == '关闭' || data.status == '确认' ||  data.status == '手工关闭'" v-model="scope.row.amount" @change="amountChange(scope.row,scope.$index)" size="mini"></el-input>
           </template>
         </el-table-column>
         <el-table-column

+ 1 - 1
yos/index.html

@@ -1 +1 @@
-<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>yos_manage</title><script defer="defer" type="module" src="js/chunk-vendors.e428fee0.js"></script><script defer="defer" type="module" src="js/app.296dff8c.js"></script><link href="css/app.e4bc71be.css" rel="stylesheet"><script defer="defer" src="js/chunk-vendors-legacy.0beef1e9.js" nomodule></script><script defer="defer" src="js/app-legacy.cc806cb8.js" nomodule></script></head><body><noscript><strong>We're sorry but yos_manage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body><head><meta http-equiv="pragma" content="no-cache"></head></html>
+<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>yos_manage</title><script defer="defer" type="module" src="js/chunk-vendors.e428fee0.js"></script><script defer="defer" type="module" src="js/app.c8d5c6f3.js"></script><link href="css/app.e4bc71be.css" rel="stylesheet"><script defer="defer" src="js/chunk-vendors-legacy.0beef1e9.js" nomodule></script><script defer="defer" src="js/app-legacy.0400abfe.js" nomodule></script></head><body><noscript><strong>We're sorry but yos_manage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body><head><meta http-equiv="pragma" content="no-cache"></head></html>