sn
This commit is contained in:
parent
f4809f753d
commit
9448b3408b
@ -232,6 +232,7 @@
|
||||
|
||||
let staffId = "";
|
||||
let sn = "";
|
||||
console.log("115151515:" + str);
|
||||
if (str.includes("&")) {
|
||||
let arr = str.split("&");
|
||||
arr.forEach(item => {
|
||||
@ -423,6 +424,7 @@
|
||||
this.oilOrder.staffId = id
|
||||
this.oilOrder.oilNum = (this.value / this.oilPrice).toFixed(2)
|
||||
this.oilOrder.tankId = uni.getStorageSync("tankId")
|
||||
this.oilOrder.oilTagSn = uni.getStorageSync("sn")
|
||||
let _this = this;
|
||||
// 添加油品订单信息
|
||||
request({
|
||||
@ -847,4 +849,4 @@
|
||||
text-align: right;
|
||||
color: #999999;
|
||||
}
|
||||
</style>
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user