Commit 62244e79 authored by 黄奎's avatar 黄奎

页面修改

parent 68f64233
...@@ -44,9 +44,7 @@ ...@@ -44,9 +44,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="2" style="text-align:center;"> <td colspan="2" style="text-align:center;">
<input type="button" @click="Test(1)" value="11月" /> <input type="button" @click="Test()" value="执行" />
<input type="button" @click="Test(2)" value="订单变更" />
<input type="button" @click="Test(3)" value="12月" />
</td> </td>
</tr> </tr>
</thead> </thead>
...@@ -158,24 +156,9 @@ ...@@ -158,24 +156,9 @@
tempStr = "{" + tempStr.substring(1, tempStr.length) + "}"; tempStr = "{" + tempStr.substring(1, tempStr.length) + "}";
data = JSON.parse(tempStr); data = JSON.parse(tempStr);
} }
if (type == 1) {
this.ActionStr = "/Bonus/CreateEmpBonus"
data = { data = {
StartDate: "2021-11-01"
};
}
if (type == 2) {
this.ActionStr = "/Bonus/ChangeOrder"
data = {
OrderId: 1057
};
}
if (type == 3) {
this.ActionStr = "/Bonus/CreateEmpBonus"
data = {
StartDate: "2021-12-01"
}; };
}
var tempMsg = { var tempMsg = {
Msg: data Msg: data
}; };
......
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