|
|
@@ -126,7 +126,7 @@
|
|
|
¥ <text class="large">{{ modifyPrice }}</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
- <button class="admin-button-com blue big" @click="formSubmit(0)">保存采购</button>
|
|
|
+ <button class="admin-button-com blue big" @click="formSubmit(0)">提交保存</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -330,7 +330,7 @@ export default {
|
|
|
let that = this;
|
|
|
let title = '确认直接入库?'
|
|
|
if(inType == 0){
|
|
|
- title = '确认保存采购?'
|
|
|
+ title = '确认提交保存?'
|
|
|
}
|
|
|
that.$util.confirmModal({content:title},() => {
|
|
|
that.confirmFn(inType);
|