This commit is contained in:
齐天大圣 2024-03-27 11:22:35 +08:00
parent f4809f753d
commit 9448b3408b

View File

@ -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>