|
@@ -199,7 +199,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
moreToDo(item){
|
|
moreToDo(item){
|
|
|
let that=this;
|
|
let that=this;
|
|
|
- let doList = ['成本变动记录','价格变动记录','复制新建花材','颜色管理', '下单记录','预售管理']
|
|
|
|
|
|
|
+ let doList = ['成本变动记录','价格变动记录','复制并新建','颜色管理', '下单记录','预售管理']
|
|
|
uni.showActionSheet({
|
|
uni.showActionSheet({
|
|
|
itemList: doList,
|
|
itemList: doList,
|
|
|
success: function (respond) {
|
|
success: function (respond) {
|