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