puzhibing
2024-02-05 640ff18d2d7f4be02ddb7f8f75e899f05545eb98
cloud-server-management/src/main/webapp/static/modular/system/tGoodsAudit/tGoods.js
@@ -128,6 +128,11 @@
 */
TPointProducts.payDetail = function () {
    if (this.check()) {
        var state = TPointProducts.seItem.status;
        if (state=="3"){
            Feng.error("当前门票不能再次审核!")
            return;
        }
            layer.open({
                type: 1
                , title: '审核'
@@ -156,7 +161,6 @@
                , btnAlign: 'c' //按钮居中
                , shade: 0.5 //不显示遮罩
                , yes: function () {
                    var OBJradio= $("input[name='type1']:checked").val();
                    console.log(OBJradio)