YYC
2023-06-19 bbeea3379807b3c7e03f99621aae5c1e2367f69b
igds-app/js/admin/work-apply.js
@@ -66,7 +66,7 @@
//获取业务类型
var data1 = {
   "interfaceId": "6101",
   "interfaceId": "5705",
   "outId": "11101",
   "reqDateTime": new Date(),
   "tokenAuth": "",
@@ -88,6 +88,8 @@
   typeList();
}
//开始时间
function chooseDate() {
   var dtpicker = new mui.DtPicker({
@@ -171,8 +173,8 @@
      }
   })
}
//获取业务类型列表
function typeList() {
   //获取仓库列表
   mui.ajax(url, {
      type: "POST",
      dataType: "json",
@@ -207,8 +209,8 @@
   var fenl = {}
   $.each(data, function(index, item) {
      fenl = {
         value: item.name,
         text: item.id,
         value: item.typeName,
         text: item.typeId,
      }
      listPicker1.push(fenl)
   })
@@ -271,7 +273,7 @@
      var _getParam = function(obj, param) {
         return obj[param] || '';
      };
      //普通示例
      //业务类型
      var showUserPickerButton = doc.getElementById('ywlx');
      showUserPickerButton.addEventListener('tap', function(event) {
         var userResult = doc.getElementById('ywlx-val');