Commit 2532e300296d1d9ab3cb4ca9b11eb442cc6ff38e

Authored by gesilong
1 parent 0c96d982

commit:锁价操作增加二次确认操作 经销库存和外贸库存合同

@@ -378,7 +378,7 @@ export default { @@ -378,7 +378,7 @@ export default {
378 378
379 uni.showModal({ 379 uni.showModal({
380 title: '确认提交', 380 title: '确认提交',
381 - content: '确定提交锁价吗?', 381 + content: '请确认是否锁价,并务必核对“单价”准确性,一经确认,无法更改或调整!',
382 success: (res) => { 382 success: (res) => {
383 if (res.confirm) { 383 if (res.confirm) {
384 priceLock(payload).then(() => { 384 priceLock(payload).then(() => {
@@ -365,7 +365,7 @@ export default { @@ -365,7 +365,7 @@ export default {
365 365
366 uni.showModal({ 366 uni.showModal({
367 title: '确认提交', 367 title: '确认提交',
368 - content: '确定提交锁价吗?', 368 + content: '请确认是否锁价,并务必核对“单价”准确性,一经确认,无法更改或调整!',
369 success: (res) => { 369 success: (res) => {
370 if (res.confirm) { 370 if (res.confirm) {
371 priceLock(payload).then(() => { 371 priceLock(payload).then(() => {