Commit fa7ccddd authored by renjintao's avatar renjintao

mesplan css

parent 0ff1d882
...@@ -1017,6 +1017,9 @@ textarea::-webkit-input-placeholder { ...@@ -1017,6 +1017,9 @@ textarea::-webkit-input-placeholder {
display:block; display:block;
line-height:30px; line-height:30px;
padding:5px 10px; padding:5px 10px;
border-bottom: #ccc solid 1px;
border-right: #ccc solid 1px;
border-left: #ccc solid 1px;
} }
.cellInfoTitle { .cellInfoTitle {
padding: 0 10px; padding: 0 10px;
......
...@@ -583,6 +583,7 @@ export default { ...@@ -583,6 +583,7 @@ export default {
this.$Message.error("数量为1,不能进行分解"); this.$Message.error("数量为1,不能进行分解");
} }
}, },
//获取可分解剩余条数
getAmount(val) { getAmount(val) {
this.amountNew = val this.amountNew = val
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment