|
|
@@ -23,7 +23,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<view style="text-align:center;">
|
|
|
- <button class="admin-button-com big blue" style="width:95%;" formType="submit">全部提交</button>
|
|
|
+ <button class="admin-button-com big blue" style="width:95%;" formType="submit">添加</button>
|
|
|
</view>
|
|
|
</block>
|
|
|
</div>
|
|
|
@@ -66,7 +66,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="app-footer" v-if="variety ==1">
|
|
|
- <button class="admin-button-com big default" @click="clearXj">清空花材</button>
|
|
|
+ <button class="admin-button-com big default" @click="clearXj">删除全部花材</button>
|
|
|
<button class="admin-button-com big blue" style="margin-left:40upx;" @click="goBack()">返回列表</button>
|
|
|
<button class="admin-button-com big blue" style="margin-left:40upx;" @click="saveAllItemNum()">保存修改</button>
|
|
|
</view>
|
|
|
@@ -224,7 +224,7 @@ export default {
|
|
|
},
|
|
|
clearXj(){
|
|
|
let that = this
|
|
|
- that.$util.confirmModal({content:'确认清空全部?'},() => {
|
|
|
+ that.$util.confirmModal({content:'确认删除全部?'},() => {
|
|
|
clearAll({itemId:this.option.itemId}).then(res => {
|
|
|
that.$msg(res.msg)
|
|
|
if(res.code == 1){
|