Commit 966f7057 authored by 沈翠玲's avatar 沈翠玲

退料申请编码

parent 62be992a
...@@ -1447,7 +1447,6 @@ export default { ...@@ -1447,7 +1447,6 @@ export default {
uni.getSystemInfo({ uni.getSystemInfo({
success(res) { success(res) {
this.screenHeight = res.windowHeight; this.screenHeight = res.windowHeight;
console.log('11111', res.windowHeight, res.windowWidth)
} }
}); });
//监听工作中心切换事件 //监听工作中心切换事件
...@@ -2812,8 +2811,9 @@ export default { ...@@ -2812,8 +2811,9 @@ export default {
this.applyNo = item; this.applyNo = item;
}); });
}, },
materialReturnSave() { async materialReturnSave() {
this.formatDateRandom() await this.formatDateRandom()
let a=null;
const taskInfo = this.tableSelectData[0]; const taskInfo = this.tableSelectData[0];
const rst = this.materialReturnList.map((s) => { const rst = this.materialReturnList.map((s) => {
let data = { let 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