// ==UserScript== // @name saleorder // @namespace https://scriptcat.org/zh-CN/script-show-page/3813 // @version 0.3 // @description 在'销售订单'增加功能,对外版本 // @author fengxia // @match http://122.13.25.247:8888/sales/orderPage.do // @match http://47.107.106.156:8888/sales/orderPage.do // @match http://47.107.106.156:8888/sales/orderPage.do?type=edit&id=* // @match http://122.13.25.247:8888/sales/orderPage.do?type=edit&id=* // @icon https://www.google.com/s2/favicons?sz=64&domain=25.247 // @require https://scriptcat.org/lib/513/2.1.0/ElementGetter.js // @require https://scriptcat.org/lib/637/1.4.6/ajaxHooker.js // @grant none // ==/UserScript== (function() { 'use strict'; // Your code here... })();