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

退料申请编码

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