Compare commits

...

2 Commits

Author SHA1 Message Date
wuxw
8791d1bef0 优化退回问题 2025-09-16 17:36:17 +08:00
wuxw
fca2a45fbc 优化代码 2025-08-20 17:03:22 +08:00
2 changed files with 3 additions and 1 deletions

View File

@ -160,10 +160,12 @@
value: '1500' value: '1500'
}); });
} }
_that.actions.push({ _that.actions.push({
label: '转单', label: '转单',
value: '1300' value: '1300'
}); });
_that.audit.auditCode = _that.actions[0].value;
}) })
} }

View File

@ -34,7 +34,7 @@
<view class="footer-step-fixed-bk"></view> <view class="footer-step-fixed-bk"></view>
<view class="footer-step-fixed flex justify-end"> <view class="footer-step-fixed flex justify-end">
<view class="margin-right">您选择了{{resourceStores.length}}中物品</view> <view class="margin-right"></view>
<view class="margin-right-sm"> <view class="margin-right-sm">
<button class="cu-btn round bg-blue" @tap="_toAddPurchaseApplyPage()">提交</button> <button class="cu-btn round bg-blue" @tap="_toAddPurchaseApplyPage()">提交</button>
</view> </view>